AnyEvent::Subprocess::Job::Delegate::MonitorHandle - monitor a handle for input and invoke callbacks with that input


AnyEvent-Subprocess documentation  | view source Contained in the AnyEvent-Subprocess distribution.

Index


NAME

Top

AnyEvent::Subprocess::Job::Delegate::MonitorHandle - monitor a handle for input and invoke callbacks with that input

VERSION

Top

version 1.102912

DESCRIPTION

Top

Monitors a handle for input, and calls a list of coderefs when there is input. The coderefs get the input.

INITARGS

Top

name

The name of the delegate that has the filehandle you want to monitor.

callbacks

ArrayRef[CodeRef]s to call with input.

when

'Line' to be called with each line, something else to be called whenever there is data in the read buffer.

METHODS

Top

Don't call us, we'll call you.

AUTHOR

Top

Jonathan Rockway <jrockway@cpan.org>

COPYRIGHT AND LICENSE

Top


AnyEvent-Subprocess documentation  | view source Contained in the AnyEvent-Subprocess distribution.