Sophie

Sophie

distrib > PLD > th > ppc > by-pkgid > 8bd7d3e959ea1e1e3c61dfae3ba8865b

perl-Future-0.41-1.noarch.rpm

Description:

A Future object represents an operation that is currently in progress,
or has recently completed. It can be used in a variety of ways to
manage the flow of control, and data, through an asynchronous program.

Some futures represent a single operation and are explicitly marked as
ready by calling the done or fail methods. These are called "leaf"
futures here, and are returned by the new constructor.

Other futures represent a collection of sub-tasks, and are implicitly
marked as ready depending on the readiness of their component futures
as required. These are called "convergent" futures here as they
converge control and data-flow back into one place. These are the ones
returned by the various wait_* and need_* constructors.

Other version of this rpm: