Skip to content

API improvements

Choose a tag to compare

@glessard glessard released this 20 Feb 00:03
9d58420
  • API improvements when the Failure type is Never: some accessors become non-Optional, while some functions become non-throwing.

  • Made the cancel() method available only when it is usable by repeating it in conditional extensions.

  • Added a customization point for cancellation for subclasses of Deferred.

  • Added versions of recover() for error types more specific than Error.