Problem I put together an asynchronous map function for Swift’s Array using Grand Central Dispatch. It’s called with a transform […]
Tag: grand-central-dispatch
Clean way to listen to asynchronous messages
Problem I am currently writing an Engine that runs on a background thread which produces outputs asynchronously. Those outputs are […]
Swift main thread style
Problem I run into issues where I forget to run UI changes on the main thread. I’ve just fixed an […]