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

Changes for version 0.46 - 2020-10-19

  • CHANGES
    • Provide AWAIT_CHAIN_CANCEL named method for compatibility with upcoming Future::AsyncAwait::Awaitable method rename
  • BUGFIXES
    • Ensure that Future::Mutex returns proper cloned future instances when waiting (RT133563)

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