1AnyEvent::Impl::EV(3) User Contributed Perl DocumentationAnyEvent::Impl::EV(3)
2
3
4
6 AnyEvent::Impl::EV - AnyEvent adaptor for EV
7
9 use AnyEvent;
10 use EV;
11
12 # this module gets loaded automatically as required
13
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
25 AnyEvent, EV.
26
28 Marc Lehmann <schmorp@schmorp.de>
29 http://anyevent.schmorp.de
30
31
32
33perl v5.36.0 2023-01-19 AnyEvent::Impl::EV(3)