Changes for version 0.34_002 - 2019-12-18

  • CHANGES
    • Give the Awaitable role methods capitalised, AWAIT_...-prefixed names for API cleanness
    • Make Future::AsyncAwait::Awaitable optionally a Role::Tiny for implementation authors to use as a check

Changes for version 0.34_001 - 2019-12-10

  • CHANGES
    • Support lexical scopes declaring a different class of future
    • Document the required API for awaitable objects
    • Provide scalar context to controlling expression of `await`

Modules

deferred subroutine syntax for futures
the interface required by Future::AsyncAwait