Changes for version 0.51 - 2024-10-21
- CHANGES
- Permit convergent futures to not cancel some component futures, simplifying the use of `->without_cancel`
- Give a more obvious error message when a `Test::Future::Deferred` runs out of things to do
- Various small module style updates to documentation, unit tests, etc
- Now requires Perl version 5.14 or later
Documentation
coding examples for Future and Future::Utils
Modules
represent an operation awaiting completion
an exception type for failed Futures
mutual exclusion lock around code that returns Futures
utility functions for working with Future objects
unit test assertions for Future instances
a future which completes later
Provides
in lib/Future/PP.pm
Module Install Instructions
To install Future, copy and paste the appropriate command in to your terminal.
cpanm Future
perl -MCPAN -e shellinstall Future
For more information on module installation, please visitthe detailed CPAN module installation guide.