1AnyEvent::Impl::UV(3) User Contributed Perl DocumentationAnyEvent::Impl::UV(3)
2
3
4
6 AnyEvent::Impl::UV - AnyEvent adaptor for UV
7
9 use AnyEvent;
10 use UV;
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 UV work with AnyEvent except by loading UV
17 before creating the first AnyEvent watcher.
18
20 AnyEvent, UV.
21
23 Mike Lowell <mikedotlowell@gmail.com>
24
25
26
27perl v5.28.0 2014-08-28 AnyEvent::Impl::UV(3)