AnyEvent::Subprocess::Handle - AnyEvent::Handle subclass with some additional
methods for AnyEvent::Subprocess
Assume this acts like a normal AnyEvent::Handle. It just has some extra code to
make the handle delegate's life easier.
Returns the name of the filehandle, or "<fd #>" if no name was
passed to the constructor.
Closes the underlying filehandle, sending EOF to the child process.
Jonathan Rockway <jrockway@cpan.org>
This software is copyright (c) 2011 by Jonathan Rockway.
This is free software; you can redistribute it and/or modify it
under the same terms as the Perl 5 programming language system itself.