Skip to content

v1.2.18

Choose a tag to compare

@gmpassos gmpassos released this 10 Jan 22:44
· 31 commits to master since this release
f6d5e3a
  • FutureExtension:

    • Added method whenResolved to invoke a callback on future resolution (success or error) and map the outcome to a new result without automatically rethrowing errors.
  • ComputeOnce:

    • Added method whenComplete to register a callback executed when resolution completes, regardless of success or failure.
    • Added method whenResolved to invoke a callback on resolution (success or error) and map the outcome to a new result, delegating to resolveAsync and Future.whenResolved.