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

Changes for version 0.26 - 2014-06-01

  • CHANGES
    • Added ->is_failed accessor
    • Implement ->export_to_level in Future::Utils
    • Print a warning about lost sequence Futures
    • Allow Future->done and Future->fail as simple class constructors to return immediates
    • Added Future->unwrap
  • BUGFIXES
    • Ensure that sequence futures are weaken()ed in the forward direction. **NOTE** This will potentially break existing code that depended on strong references. This old code was, however, broken.

Documentation

coding examples for Future and Future::Utils

Modules

represent an operation awaiting completion
utility functions for working with Future objects