In a loop, call a function having a completion handler, order the result
I have the following problem, maybe there exists a solution. I need to call a given function with a completion handler in a loop from synchronous code. The problem is that the function calls might not complete in order, and I need to find a way to be able to know the order of the… Read More In a loop, call a function having a completion handler, order the result