Multi-Threading with Unsafe Resources in Swift

GCD is not for thread-unsafe shared resources since it does not guarantee the same thread will be used. We can use threads API with a bit of sugar syntax. Read more

Similar

Swift 5.5 Released

Swift 5.5 is now officially released! Swift 5.5 is a massive release, which includes newly introduced language capabilities for concurrency, including async/await, structured concurrency, and Actors. My heartfelt thanks to the entire Swift community for... (more…)

Read more »