Conclusion
Congratulations! You’ve just put Swift’s powerful async/await to use and built an app with it.
The code is concise and coherent for readers — and extensible for future code!
async/await simplifies asynchronous tasks by providing a sequential, readable syntax. This suspension of functions allows threads to perform other tasks while awaiting completion.
With this knowledge, you’re now ready to explore actors and how they can further improve your code!