Skip to content

0.0.5 Backporting Mutex<Value> renaming package

Compare
Choose a tag to compare
@swhitty swhitty released this 07 Sep 05:58
· 29 commits to main since this release
44bbc8c

Renames the package and module. Update you existing imports to import Mutex.

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