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

Mesos::Dispatcher::Pipe

DESCRIPTION

A Mesos::Dispatcher implementation which uses a Unix pipe for dispatching.

This class is intended for subclassing, as it requires an event loop(such as AnyEvent) to handle reading from the pipe.