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

Author

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

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

Description

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

       EV is the fastest event library for perl, and best supported by AnyEvent. Most functions from the AE API
       are implemented as direct aliases to EV functions, so using EV via AE is as fast as using EV directly.

Name

       AnyEvent::Impl::EV - AnyEvent adaptor for EV

See Also

       AnyEvent, EV.

Synopsis

          use AnyEvent;
          use EV;

          # this module gets loaded automatically as required

See Also