Skip to content

Version 0.1.0

Latest
Compare
Choose a tag to compare
@graycampbell graycampbell released this 23 Apr 21:48
· 5 commits to main since this release
c22420f

🚀 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