27358fe164
version 0.25 into devel/p5-Future 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.
3 lines
210 B
Text
3 lines
210 B
Text
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.
|