Aspects icon indicating copy to clipboard operation
Aspects copied to clipboard

OSSpinLock is unsafe in iOS

Open Silence-GitHub opened this issue 8 years ago • 0 comments

OSSpinLock is unsafe in iOS. It does not guarantee progress in the face of priority inversion.

http://mjtsai.com/blog/2015/12/16/osspinlock-is-unsafe/ https://lists.swift.org/pipermail/swift-dev/Week-of-Mon-20151214/000372.html

Silence-GitHub avatar Apr 18 '18 14:04 Silence-GitHub