Skip to content

Releases: swhitty/swift-mutex

Backporting Mutex<Value> renaming package

07 Sep 05:58
44bbc8c
Compare
Choose a tag to compare

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

Backporting Mutex<Value>

07 Sep 02:38
48515be
Compare
Choose a tag to compare

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

Swift 5.10

11 Mar 02:11
45c0837
Compare
Choose a tag to compare

Adds support for Swift 5.10

Windows Support

17 Apr 07:10
9089452
Compare
Choose a tag to compare

Adds Windows support via SRWLOCK

Initial Release

15 Apr 03:58
daf756a
Compare
Choose a tag to compare