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

DESCRIPTION

A parent class for event dispatchers to inherit from.

ATTRIBUTES

channel

cb

METHODS

new

    my $dispatcher = Mesos::Dispatcher->new(%args)

        %args
            REQUIRED cb
            OPTIONAL channel

call

notify

recv

send

wait