AnyEvent::IO::Perl - pure perl backend for AnyEvent::IO
Contents
Description
This is the pure-perl backend of AnyEvent::IO - it is always available, but does not actually implement
any I/O operation asynchronously - everything is synchronous.
For simple programs that can wait for I/O, this is likely the most efficient implementation.
Name
AnyEvent::IO::Perl - pure perl backend for AnyEvent::IO
See Also
AnyEvent::IO, AnyEvent.
Synopsis
use AnyEvent::IO;
