This repository has been archived by the owner on Feb 5, 2023. It is now read-only.
FutureX 0.16
- 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 isScheduler.main