Migrating your project to the new Swift concurrency using async/await
Bianca
iOS Developer
Reading time: 10 min
Jul 10, 2023
Async/await is part of the new structured concurrency changes that arrived in Swift 5.5. Concurrency in Swift means allowing multiple pieces of code to run at the same time. With the new async functions and await statements, we can define asynchronous sequences. As an iOS developer, you might wonder why you should adopt it and update your current projects to this structure. This article provides a complete overview of its benefits and how it can help you have a more clear and structured project.






