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.37 by root, Sat Apr 6 20:06:39 2013 UTC vs.
Revision 1.38 by root, Sat Apr 6 20:07:30 2013 UTC

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 exiting calls object 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 L<AnyEvent::Fork:Early> and
857L<AnyEvent::Fork::Template>. 857L<AnyEvent::Fork::Template>, or when initialiasing code creates objects
858that reference external resources.
858 859
859When a process created by AnyEvent::Fork exits, it might do so by calling 860When a process created by AnyEvent::Fork exits, it might do so by calling
860exit, or simply letting perl reach the end of the program. At which point 861exit, or simply letting perl reach the end of the program. At which point
861Perl runs all destructors. 862Perl runs all destructors.
862 863

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines