Skip to content

Releases: fetch-rewards/swift-synchronization

Version 0.1.0

23 Apr 21:48
c22420f
Compare
Choose a tag to compare

🚀 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 uses OSAllocatedUnfairLock to provide mutual exclusion for the property to which it's attached.

Full Changelog