Skip to content

v1.5.0

Choose a tag to compare

@JonathanPeterCole JonathanPeterCole released this 02 Oct 17:26
· 25 commits to main since this release
  • Added MergedCancellationToken to combine multiple cancellation tokens into one.
  • Added cancellableFutureOr() to simplify cancellation when working with FutureOr types.
  • Added onError, whenComplete, and whenCompleteOrCancelled params to ignoreCancellation(). This change doesn't impact existing usage.