mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
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.
7 lines
300 B
Plaintext
7 lines
300 B
Plaintext
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/
|