Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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/

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.