Releases: fetch-rewards/swift-synchronization
Releases · fetch-rewards/swift-synchronization
Version 0.1.0
🚀 Initial Release
This is the first public release of Swift Synchronization, a library that provides a collection of Swift macros used to protect shared mutable state.
This initial release includes:
@Locked
- an attached peer and accessor macro that usesOSAllocatedUnfairLock
to provide mutual exclusion for the property to which it's attached.