spring-media / PiedPiper

A small set of classes and functions to make easy use of Futures, Promises and async computation in general. All written in Swift for iOS 10+, WatchOS 3, tvOS and Mac OS X apps.

Repository from Github https://github.comspring-media/PiedPiperRepository from Github https://github.comspring-media/PiedPiper

Implement all

vittoriom opened this issue · comments

Add a function all on a list of Futures that can create a Future that will succeed when all the given futures succeed and fail if one of them fails.