Daily iOS
Concurrency

How async/await works

In Swift Concurrency, what actually happens when execution hits an await, and how is that different from blocking a thread?

Submit