logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

AnyEvent::IO::Perl - pure perl backend for AnyEvent::IO

Author

        Marc Lehmann <schmorp@schmorp.de>
        http://anyevent.schmorp.de

perl v5.40.0                                       2024-10-20                            AnyEvent::IO::Perl(3pm)

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;

See Also