Discover async / await in less than 90 seconds 🚀

Опубликовано: 16 Март 2026
на канале: Vincent Pradeilles
4,533
163

#iOS #swift #softwaredeveloper #iosdeveloper

In this video, I'll explain how async / await works in Swift in less than 90 seconds. async / await is a language feature that allows you to write asynchronous code in a way that looks and feels like synchronous code. It's built on top of the Swift concurrency model and works by using the await keyword to pause the execution of a function until a certain condition is met. This makes it easier to write asynchronous code that's easy to read and understand, without having to use callback functions or complicated completion handlers. With async / await, you can write asynchronous code that's just as clean and easy to read as synchronous code.

Thank you for watching this video 🙌

➜ Website: https://www.swiftwithvincent.com
➜ Twitter:   / v_pradeilles  
➜ GitHub: https://github.com/vincent-pradeilles/
➜ LinkedIn:   / vincentpradeilles