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
20 AnyEvent, EV.
21
23 Marc Lehmann <schmorp@schmorp.de>
24 http://home.schmorp.de/
25
26
27
28perl v5.12.1 2010-03-24 AnyEvent::Impl::EV(3)