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

Comparing cvsroot/AnyEvent-Fork/Fork.pm (file contents):
Revision 1.51 by root, Sun Apr 21 12:25:50 2013 UTC vs.
Revision 1.52 by root, Thu Apr 25 11:40:42 2013 UTC

323 $cv->end; 323 $cv->end;
324 }); 324 });
325 } 325 }
326 $cv->recv; 326 $cv->recv;
327 327
328lhead1 CONCEPTS 328=head1 CONCEPTS
329 329
330This module can create new processes either by executing a new perl 330This module can create new processes either by executing a new perl
331process, or by forking from an existing "template" process. 331process, or by forking from an existing "template" process.
332 332
333All these processes are called "child processes" (whether they are direct 333All these processes are called "child processes" (whether they are direct

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines