Conclusion

Heads up... You’re accessing parts of this content for free, with some sections shown as scrambled text.

Heads up... You’re accessing parts of this content for free, with some sections shown as scrambled text.

Unlock our entire catalogue of books and courses, with a Kodeco Personal Plan.

Unlock now

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!

See forum comments
Download course materials from Github
Previous: Instruction Next: Quiz: Suspending Functions with Async/Await