NAME

Mesos::Role::Dispatcher::AnyEvent

DESCRIPTION

Handle driver events in an AnyEvent loop.

METHODS

dispatch_loop()

Enter into the AnyEvent loop. The loop can be broke by calling stop_dispatch.

stop_dispatch()

If in the middle of a dispatch loop, this will delete the condvar used, and break the loop.