bec6473093
or has recently completed. Library functions that perform asynchronous operations would use Future objects to allow calling programs to control or wait for those operations to complete. WWW: http://search.cpan.org/dist/Future/ This new module is needed to update devel/p5-CPS.
6 lines
300 B
Text
6 lines
300 B
Text
A Future object represents an operation that is currently in progress,
|
|
or has recently completed. Library functions that perform asynchronous
|
|
operations would use Future objects to allow calling programs to control
|
|
or wait for those operations to complete.
|
|
|
|
WWW: http://search.cpan.org/dist/Future/
|