NAME

AnyEvent::Subprocess::Handle - AnyEvent::Handle subclass

DESCRIPTION

Assume this acts like a normal AnyEvent::Handle. It just has some extra code to make the handle delegate's life easier.

EXTRA METHODS

name

Returns the name of the filehandle, or "<fd #>" if no name was passed to the constructor.

close_fh

Closes the underlying filehandle, sending EOF to the child process.