Swift 5.5 introduced a new concurrency model for Swift. It is async/await. It helps us create concurrency application easier. But I am very curious about how it works.I think understanding what’s going on under the hood will help us clear our mind about how it works. 1. Example To declare a sync function is very […]