Skip to content
This repository has been archived by the owner on Feb 5, 2023. It is now read-only.

FutureX 0.16

Compare
Choose a tag to compare
@kean kean released this 15 Dec 08:36
  • Add Future initializer which takes a throwing closure: init(catching body: () throws -> Value). This feature was added in the first FutureX PR #1, thanks to @moto0000!
  • Add castError variant which takes an error type as an argument
  • Add Scheduler.default which can be used to change the default scheduler which is Scheduler.main