AnyEvent-ForkObject
view release on metacpan or search on metacpan
lib/AnyEvent/ForkObject.pm view on Meta::CPAN
Context for method. Default is B<0> (SCALAR).
=item B<cb>
Done callback. The first argument is a status:
=over
=item B<die>
The method has thrown exception. The next argument contains B<$@>.
=item B<fatal>
A fatal error was occured (for example fork jail was killed).
=item B<ok>
Method has done. The following arguments contain all data that were returned
by the method.
( run in 0.454 second using v1.01-cache-2.11-cpan-496ff517765 )