Perl Diver 2.31
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

AnyEvent::Impl::EV

Name AnyEvent::Impl::EV
Version
Located at /usr/lib64/perl5/vendor_perl
File /usr/lib64/perl5/vendor_perl/AnyEvent/Impl/EV.pm
Is Core No
Search CPAN for this module AnyEvent::Impl::EV
Documentation AnyEvent::Impl::EV
Module Details AnyEvent::Impl::EV

NAME

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


SYNOPSIS

   use AnyEvent;
   use EV;

   # this module gets loaded automatically as required


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.


SEE ALSO

AnyEvent, EV.


AUTHOR

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

Perl Diver brought to you by ScriptSolutions.com © 1997- 2025