Sophie

Sophie

distrib > PLD > th > i686 > by-pkgid > 40e5cfba3a7d38d3ab4eb40dc53f2b91

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.

Sources packages:

Other version of this rpm: