3.1.0
Kudos to @qhua948 for adding a cool recover overload 🎉
recover(_ block:@escaping (Error) throws -> Promise<T>) -> Promise<T>
Also made zip
concurrent (faster!) and thread safe with up to 8 inputs :)
Kudos to @qhua948 for adding a cool recover overload 🎉
recover(_ block:@escaping (Error) throws -> Promise<T>) -> Promise<T>
Also made zip
concurrent (faster!) and thread safe with up to 8 inputs :)