Use Async And Await In Swift
Daily Coding Tip 020

Here’s a way to use experimental concurrency, which is not yet part of Apple’s implementation of Swift.
I wanted this tutorial to use SwiftUI, but it turns out that won’t be possible.
I learnt how to use async and await from a Oh My Swift tutorial, and I was hoping to do something similar in SwiftUI. After trying I r…


