the loop basically "pauses" until I fetch every detail information of the iterated object, add it into the dataSource Array and then continues with the next one Do you really need the "pauses"?
If your dataAccessService accepts multiple API calls simultaneously, you can send multiple requests simultaneously and construct the result when the last data is received.
Topic:
Programming Languages
SubTopic:
Swift
Tags: