duemunk / Async

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

Ordered Asynchronous Requests #91

Closed Juice805 closed 8 years ago

Juice805 commented 8 years ago

I've been playing around with this syntax for a bit trying to have asynchronous data requests occur in order, each using the result of the previous. I have based most of my attempts off of this project as in the example under the await section.

Is there any way to achieve the same results using this framework? I am using Alamofire to handle the requests if it makes a difference, and I am pretty new to GCD. Any help would be appreciated