I\'m having this strange issue with Alamofire asynchronous requests in Swift. Here is the pseudocode for what I am trying to do.
for each email: GET req
Asynchronous calls are just that. Asynchronous.
You cannot guarantee which one will finish first regardless of the order in which they were started.