Sequencing tasks with DispatchGroup
Published on: December 16, 2019When you’re building apps, there are times when you need to perform certain tasks before executing the next task. Imagine a scenario where you need to make a couple of API calls to a webserver to retrieve information before you can begin processing the information that’s fetched by all preceding API calls, so it can […]
Read post

