Thomvis / BrightFutures

Write great asynchronous code in Swift using futures and promises
MIT License
1.9k stars 184 forks source link

Remove the not-nice `as!` cast in .sequence(). #137

Closed kennytm closed 8 years ago

kennytm commented 8 years ago

Apparantly not crashing with Swift 2.2. Tested on iOS Simulator and OS X.

Thomvis commented 8 years ago

Looks great, thanks so much!