Package : perl-Future-IO

Package details

Summary: Base class for C<Future::IO> implementations

Description:
This package provides a few basic methods that behave similarly to the
same-named core perl functions relating to IO operations, but yield their
results asynchronously via the Future manpage instances.

This is provided primarily as a decoupling mechanism, to allow modules to
be written that perform IO in an asynchronous manner to depend directly on
this, while allowing asynchronous event systems to provide an
implementation of these operations.

Default Implementation
If the 'override_impl' method is not invoked, a default implementation
of these operations is provided. This implementation allows a single
queue of 'sysread' or 'syswrite' calls on a single filehandle only,
combined with 'sleep' calls. It is provided for the simple cases where
modules only need one filehandle (most likely a single network socket
or hardware device handle), allowing such modules to work without
needing a better event system.



Maintainer: nobody

List of RPMs

    No RPM found for perl-Future-IO using the current filters, try other values.