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

Changes for version 0.34 - 2016-10-02

  • CHANGES
    • Added Future::Mutex
    • Minor documentation wording fixes (thanks ilmari)
  • BUGFIXES
    • Fallback to 'configure_requires' for older versions of Module::Build that don't support 'test_requires' (RT110721)

Documentation

coding examples for Future and Future::Utils

Modules

represent an operation awaiting completion
mutual exclusion lock around code that returns Futures
utility functions for working with Future objects
unit test assertions for Future instances