The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Process::Async::Child - IO::Async::Process subclass for handling communication between parent and worker

VERSION

version 0.003

DESCRIPTION

See Process::Async.

METHODS

send_command

Helper for sending a command.

on_read

The read handler for processing messages sent by the child process.

on_finish

Handle finish events.

on_exception

Handle exceptions.

INHERITED METHODS

IO::Async::Process

configure, configure_fd, errno, errstr, exception, exitstatus, fd, is_exited, is_running, kill, notifier_name, pid, stderr, stdin, stdio, stdout

IO::Async::Notifier

add_child, adopt_future, can_event, children, configure_unknown, debug_printf, get_loop, invoke_error, invoke_event, loop, make_event_cb, maybe_invoke_event, maybe_make_event_cb, new, parent, remove_child, remove_from_parent

AUTHOR

Tom Molesworth <cpan@perlsite.co.uk>

LICENSE

Copyright Tom Molesworth 2014-2015. Licensed under the same terms as Perl itself.