Skip to content

Backporting Mutex<Value>

Compare
Choose a tag to compare
@swhitty swhitty released this 07 Sep 02:38
· 34 commits to main since this release
48515be

Adds Mutex which back ports the Swift 6 Mutex API to Swift 5.9 and all Darwin platforms.

The non copyable API is not yet supported.

AllocatedLock is now fully compatible with OSAllocatedUnfairLock