Reading List
Calling async Code Synchronously in Swift from Michael Tsai RSS feed.
Calling async Code Synchronously in Swift
Wade Tregaskis: I find my hand is often forced by APIs I don’t control (most often Apple’s APIs). e.g. data source or delegate callbacks that are synchronous and require you to return a value, but in order to obtain that value you have to run async code (perhaps because yet again that’s all you’re given […]