The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Future::IO::Impl::POE - implement Future::IO using POE

DESCRIPTION

This module provides an implemention for Future::IO which uses POE.

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::POE;

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

AUTHOR

Paul Evans <leonerd@leonerd.org.uk>