The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.48 - 2022-01-26

  • CHANGES
    • Implement the new AWAIT_ON_CANCEL API shape for Future::AsyncAwait
  • BUGFIXES
    • Make sure to set rtime for immediate futures (RT134620)

Documentation

coding examples for Future and Future::Utils

Modules

represent an operation awaiting completion
an exception type for failed Futures
mutual exclusion lock around code that returns Futures
a FIFO queue of values that uses Futures
utility functions for working with Future objects
unit test assertions for Future instances
a future which completes later