The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

Future::IO::Impl::UV - implement Future::IO using UV

DESCRIPTION

This module provides an implementation for Future::IO which uses UV.

There are no additional methods to use in this module; it simply has to be loaded, and it will provide the Future::IO implementation methods:

my $f = Future::IO->sleep(5);
...

AUTHOR

Paul Evans <leonerd@leonerd.org.uk>