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::Impl::Perl - AnyEvent adaptor for AnyEvent's pure perl AnyEvent::Loop

Author

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

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

Description

       This module provides transparent support for AnyEvent in case no other event loop could be found or
       loaded.

       If you want to use this module instead of autoloading another event loop you can simply load
       AnyEvent::Loop before creating the first watcher.

       Naturally, it supports all features of AnyEvent.

       See AnyEvent::Loop for more details on performance characteristics.

Name

       AnyEvent::Impl::Perl - AnyEvent adaptor for AnyEvent's pure perl AnyEvent::Loop

See Also

       AnyEvent.

Synopsis

          use AnyEvent;
          use AnyEvent::Loop;
          # this module gets loaded automatically as required

See Also