Philip Brown

Results 2 issues of Philip Brown

Now that we require Swift 6.0, update `LockStorage` to use `Synchronization.Mutex` or `os_unfair_lock` ### Motivation: Simplify and optimize `NIOLock` and `NIOLockedValueBox` on every platform ### Modifications: - Moved all `pthread_mutex_t`...