1AnyEvent::Impl::EV(3) User Contributed Perl DocumentationAnyEvent::Impl::EV(3)
2
3
4

NAME

6       AnyEvent::Impl::EV - AnyEvent adaptor for EV
7

SYNOPSIS

9          use AnyEvent;
10          use EV;
11
12          # this module gets loaded automatically as required
13

DESCRIPTION

15       This module provides transparent support for AnyEvent. You don't have
16       to do anything to make EV work with AnyEvent except by loading EV
17       before creating the first AnyEvent watcher.
18
19       EV is the fastest event library for perl, and best supported by
20       AnyEvent. Most functions from the AE API are implemented as direct
21       aliases to EV functions, so using EV via AE is as fast as using EV
22       directly.
23

SEE ALSO

25       AnyEvent, EV.
26

AUTHOR

28        Marc Lehmann <schmorp@schmorp.de>
29        http://anyevent.schmorp.de
30
31
32
33perl v5.30.1                      2020-01-29             AnyEvent::Impl::EV(3)
Impressum