NAME
Mesos::Channel::Interrupt
DESCRIPTION
The channel implementation for Async::Interrupt event handling.
METHODS
new(callback => $coderef)
my $channel = Mesos::Channel::Interrupt->new(
callback => $coderef, # required - perl callback for Async::Interrupt events
);