November 15, 2023 Daniel Gallego concurrency Async Await Cancellation in Swift In this post, we are going to explore cancellation when working swift async await, starting from basic examples, which are sufficient most of the time, to more complicated cases when… Read More
November 4, 2023 Daniel Gallego concurrency, SwiftUI Async await: Update SwiftUI view In this post, we are going to showcase some common examples of working with async await and update a SwiftUI view. Let's consider a scenario where we need to perform… Read More