1AnyEvent::Impl::Event(3U)ser Contributed Perl DocumentatiAonnyEvent::Impl::Event(3)
2
3
4
6 AnyEvent::Impl::Event - AnyEvent adaptor for Event
7
9 use AnyEvent;
10 use Event;
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 Event work with AnyEvent except by loading Event
17 before creating the first AnyEvent watcher.
18
19 The event module is reasonably efficient and generally works correctly
20 even with many watchers, except that its signal handling is inherently
21 racy and requires the wake-up-frequently workaround.
22
24 AnyEvent, Event.
25
27 Marc Lehmann <schmorp@schmorp.de>
28 http://anyevent.schmorp.de
29
30
31
32perl v5.32.1 2021-01-26 AnyEvent::Impl::Event(3)