This repository has been archived by the owner on Jul 3, 2022. It is now read-only.
3.2.2: Fixing Failures
- [NOTE] Updated to Result 1.0.1, enabling Xcode 7.2 support
- [FIX] Fixed bug in
future.isFailure
that would cause it to returntrue
when the future is not completed (thanks @chunkerchunker)