Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adamwulf/locks
NSLock alternatives from https://www.vadimbulavin.com/atomic-properties/
https://github.com/adamwulf/locks
Last synced: 3 days ago
JSON representation
NSLock alternatives from https://www.vadimbulavin.com/atomic-properties/
- Host: GitHub
- URL: https://github.com/adamwulf/locks
- Owner: adamwulf
- License: mit
- Created: 2022-01-22T03:06:30.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-03T19:27:35.000Z (about 1 year ago)
- Last Synced: 2024-10-14T13:17:47.312Z (about 1 month ago)
- Language: Swift
- Size: 317 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Locks
Adapted from https://www.vadimbulavin.com/atomic-properties/
Check out [the documentation](https://adamwulf.github.io/Locks/documentation/locks/).
This library provides a mutex, recursive mutex, spinlock, and readwrite lock for use in Swift.