Future::IO::Impl::IOAsync(3pm) | User Contributed Perl Documentation | Future::IO::Impl::IOAsync(3pm) |
"Future::IO::Impl::IOAsync" - implement "Future::IO" using "IO::Async"
This module provides an implementation for Future::IO which uses IO::Async.
There are no additional methods to use in this module; it simply has to be loaded, and will provide the "Future::IO" implementation methods.
use Future::IO; use Future::IO::Impl::IOAsync; my $f = Future::IO->sleep(5); ...
Paul Evans <leonerd@leonerd.org.uk>
2021-01-23 | perl v5.32.0 |