logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

AnyEvent::Impl::UV - AnyEvent adaptor for UV

Author

        Mike Lowell <mikedotlowell@gmail.com>

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

Description

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

Name

       AnyEvent::Impl::UV - AnyEvent adaptor for UV

See Also

       AnyEvent, UV.

Synopsis

          use AnyEvent;
          use UV;

          # this module gets loaded automatically as required

See Also