SFSwiftSummit2015

All code used during my talk at SwiftSummit 2015 in San Francisco

Stars
6

Beyond the block based API: a simple Future

This repository contains the code that I used during my live coding talk at Swift Summit 2015 in San Francisco. With this talk, I have attempted to show how Futures can be used to simplify asynchronous programming.

View all code changes made during the talk.

If you want to use futures in your code, I can recommend BrightFutures.

Related Projects