1Future::IO::Impl::IOAsyUnsce(r3)Contributed Perl DocumenFtuattuiroen::IO::Impl::IOAsync(3)
2
3
4
6 "Future::IO::Impl::IOAsync" - implement "Future::IO" using "IO::Async"
7
9 This module provides an implementation for Future::IO which uses
10 IO::Async.
11
12 There are no additional methods to use in this module; it simply has to
13 be loaded, and will provide the "Future::IO" implementation methods.
14
15 use Future::IO;
16 use Future::IO::Impl::IOAsync;
17
18 my $f = Future::IO->sleep(5);
19 ...
20
22 Paul Evans <leonerd@leonerd.org.uk>
23
24
25
26perl v5.36.0 2022-05-31 Future::IO::Impl::IOAsync(3)