Ryan Francesconi
Ryan Francesconi
Probably just wrapping that variable in a lock would fix it. I'm not actually sure how to replicate this, but lately i've been running with the sanitizer on and saw...
I'm seeing a priority inversion error running on macOS 13. ```swift private func lockWriteLock() { _ = writeLock.wait(timeout: DispatchTime.distantFuture) } ``` ``` Thread Performance Checker: Thread running at QOS_CLASS_USER_INTERACTIVE waiting...
the xcode project is missing the WindowFunctions from Gist. An easy add, but threw me for a minute on compiling. Thanks for the wrapper!