Why Spinlocks Are Bad On iOS
Spinlocks are a pretty simple synchronization construct, right? In this post we’ll explain what spinlocks are, how they work, and why they’re fundamentally unsafe on iOS.
But first, we’re also announcing the release of a new open-source Swift/Obj-C…