Changes for version 0.22 - 2014-01-12

  • CHANGES
    • Ignore ->done or ->fail on cancelled Futures
    • Added ->then_done, ->then_fail, ->else_done, ->else_fail
    • Neaten up naming of fmap* family - provide both long and short names for each function
    • Added Future::Utils::call and call_with_escape
    • Ensure that dependent futures on subclasses tries to use derived futures as prototype if possible

Documentation

coding examples for Future and Future::Utils

Modules

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