The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.44 - 2020-03-25

  • CHANGES
    • Added ->result; use that in unit tests and docs where appropriate
    • Slight performance boost in internals by direct field access rather than accessor methods
    • Document ->await properly; make it wait until ready
    • Discourage ->block_until_ready

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
a FIFO queue of values that uses Futures
utility functions for working with Future objects
unit test assertions for Future instances
a future which completes later