iOS

Concurrency with Swift: Async/Await

Concurrency is not something we haven’t known, but in Swift 5.5 this is built-in.  Wait...Why ?? We have been doing concurrent programming for so long and our apps were pretty good and responsive.  Yes, we were able to achieve concurrency in swift by using frameworks like Grand Central Dispatch (GCD) and Operations. They were...

by Ankit Nigam
Tag: Concurrency Async/Await
23-Dec-2022