steipete / Aspects

Delightful, simple library for aspect oriented programming in Objective-C and Swift.
https://twitter.com/steipete
MIT License
8.4k stars 1.26k forks source link

OSSpinLock is unsafe in iOS #144

Open Silence-GitHub opened 6 years ago

Silence-GitHub commented 6 years ago

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