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

Changes for version 0.47 - 2021-01-01

  • BUGFIXES
    • Don't weaken() the waiting future in Future::Mutex as that causes it to be dropped in some situations

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