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::Event - AnyEvent adaptor for Event

Author

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

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

Description

       This module provides transparent support for AnyEvent. You don't have to do anything to make Event work
       with AnyEvent except by loading Event before creating the first AnyEvent watcher.

       The event module is reasonably efficient and generally works correctly even with many watchers, except
       that its signal handling is inherently racy and requires the wake-up-frequently workaround.

Name

       AnyEvent::Impl::Event - AnyEvent adaptor for Event

See Also

       AnyEvent, Event.

Synopsis

          use AnyEvent;
          use Event;

          # this module gets loaded automatically as required

See Also