1AnyEvent::Impl::Perl(3)User Contributed Perl DocumentatioAnnyEvent::Impl::Perl(3)
2
3
4
6 AnyEvent::Impl::Perl - AnyEvent adaptor for AnyEvent's pure perl
7 AnyEvent::Loop
8
10 use AnyEvent;
11 use AnyEvent::Loop;
12 # this module gets loaded automatically as required
13
15 This module provides transparent support for AnyEvent in case no other
16 event loop could be found or loaded.
17
18 If you want to use this module instead of autoloading another event
19 loop you can simply load AnyEvent::Loop before creating the first
20 watcher.
21
22 Naturally, it supports all features of AnyEvent.
23
24 See AnyEvent::Loop for more details on performance characteristics.
25
27 AnyEvent.
28
30 Marc Lehmann <schmorp@schmorp.de>
31 http://anyevent.schmorp.de
32
33
34
35perl v5.32.0 2020-07-28 AnyEvent::Impl::Perl(3)