duemunk / Async

Syntactic sugar in Swift for asynchronous dispatches in Grand Central Dispatch
MIT License
4.59k stars 316 forks source link

Make it compatible with swift 2.0 and Xcode 7 #52

Closed mihirpmehta closed 9 years ago

mihirpmehta commented 9 years ago

Make it compatible with swift 2.0 and Xcode 7

duemunk commented 9 years ago

There are already a working branch for https://github.com/duemunk/Async/tree/feature/Swift_2.1. Swift 2.0 has bugs that messes with the chaining feature.