When is a lightweight implementation of Promises in Swift. It doesn’t include any helper functions for iOS and OSX and it’s intentional, to remove redundant complexity and give you more freedom and flexibility in your choices. It is type safe, thanks Swift generics, so you could create promises with whatever type you want.
When can easily be integrated into your projects and libraries to move your asynchronous code up to the next level.

Leave a Reply
You must be logged in to post a comment.