From callbacks to async / await in Swift
Most of the code you write in Swift has to at least consider asynchronicity when building an iOS app, apart from updating the ui, and even then you have to think about where the correct place to do this is.
Most of the code you write in Swift has to at least consider asynchronicity when building an iOS app, apart from updating the ui, and even then you have to think about where the correct place to do this is.