EasyFutures is a Swift implementation of Futures & Promises.
Features:
- 100% Swift, 100% test coverage.
- easy to understand.
- type safe (uses Swift generics).
- the avoidance of a “callback hell”.
- out of the box errors handling (you don’t need to use do/catch).
- composeable (map, flatMap, filter, recover, zip, andThen, flatten).
- support sequences (fold, traverse, sequence).
- fully documented.

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