ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-Fork/Fork.pm
(Generate patch)

Comparing AnyEvent-Fork/Fork.pm (file contents):
Revision 1.36 by root, Sat Apr 6 09:43:15 2013 UTC vs.
Revision 1.37 by root, Sat Apr 6 20:06:39 2013 UTC

849 849
850The solution is to either not load these modules before use'ing 850The solution is to either not load these modules before use'ing
851L<AnyEvent::Fork::Early> or L<AnyEvent::Fork::Template>, or to delay 851L<AnyEvent::Fork::Early> or L<AnyEvent::Fork::Template>, or to delay
852initialising them, for example, by calling C<init Gtk2> manually. 852initialising them, for example, by calling C<init Gtk2> manually.
853 853
854=item exit runs destructors 854=item exiting calls object destructors
855 855
856This only applies to users of Lc<AnyEvent::Fork:Early> and 856This only applies to users of Lc<AnyEvent::Fork:Early> and
857L<AnyEvent::Fork::Template>. 857L<AnyEvent::Fork::Template>.
858 858
859When a process created by AnyEvent::Fork exits, it might do so by calling 859When a process created by AnyEvent::Fork exits, it might do so by calling

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines