1AnyEvent::IO::Perl(3) User Contributed Perl DocumentationAnyEvent::IO::Perl(3)
2
3
4
6 AnyEvent::IO::Perl - pure perl backend for AnyEvent::IO
7
9 use AnyEvent::IO;
10
12 This is the pure-perl backend of AnyEvent::IO - it is always available,
13 but does not actually implement any I/O operation asynchronously -
14 everything is synchronous.
15
16 For simple programs that can wait for I/O, this is likely the most
17 efficient implementation.
18
20 AnyEvent::IO, AnyEvent.
21
23 Marc Lehmann <schmorp@schmorp.de>
24 http://anyevent.schmorp.de
25
26
27
28perl v5.32.1 2021-01-26 AnyEvent::IO::Perl(3)