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

Ryu::Async::Process - wrapper around a forked process

DESCRIPTION

This is an IO::Async::Notifier subclass for interacting with Ryu.

stdout

A Ryu::Source wrapper around the process STDOUT (fd1).

stderr

A Ryu::Source wrapper around the process STDOUT (fd1).

INHERITED METHODS

IO::Async::Notifier

add_child, adopt_future, adopted_futures, 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, notifier_name, parent, remove_child, remove_from_parent

AUTHOR

Tom Molesworth <TEAM@cpan.org>

LICENSE

Copyright Tom Molesworth 2017-2021. Licensed under the same terms as Perl itself.