Changes for version 0.31 - 2015-03-08

  • CHANGES
    • Added debugging warning when destroying a failed Future that has not reported its failure (RT102198)
    • Have ->and_then / ->or_else die immediately to further their deprecation
    • Announce done_cb/fail_cb/cancel_cb as deprecated in favour of curry
    • Provide ->wrap_cb method (experimental)
  • BUGFIXES
    • Ensure that Test::Future does not retain Futures once they are complete (RT101128)
    • 'use Future' in Future::Utils (RT102167)

Documentation

coding examples for Future and Future::Utils

Modules

represent an operation awaiting completion
utility functions for working with Future objects
unit test assertions for Future instances