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
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