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

NAME

6       AnyEvent::Impl::Perl - AnyEvent adaptor for AnyEvent's pure perl
7       AnyEvent::Loop
8

SYNOPSIS

10          use AnyEvent;
11          use AnyEvent::Loop;
12          # this module gets loaded automatically as required
13

DESCRIPTION

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

SEE ALSO

27       AnyEvent.
28

AUTHOR

30          Marc Lehmann <schmorp@schmorp.de>
31          http://anyevent.schmorp.de
32
33
34
35perl v5.34.0                      2021-07-22           AnyEvent::Impl::Perl(3)
Impressum