Build objects representing outstanding operations Maintained by:culot@FreeBSD.org Port Added: 14 Jan 2013 13:50:27 Also Listed In:perl5 License: ART10 GPLv1
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/
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/
This new module is needed to update devel/p5-CPS.