Changes for version 0.08

  • Ignore attempts to cancel already-complete or already-cancelled futures, or to attach ->on_cancel callbacks to them
  • $future->get should return the first result in scalar context
  • Added Future::Utils with repeat { ...} and repeat_until_success { ... } looping constructs
  • Link to LPW2012 talk slides

Modules

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