samueleperricone
Results
1
comments of
samueleperricone
@jfgrang I solved by using a `DispatchGroup`. Maybe is not optimal for scalability/concurrency, but for small async operation should be fine. Here just an example calling a fake function `process`...