rwlocks
Readers-writer locks
Summary
| Latest Version | 1.0.1 |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-08-09 05:36 |
Tags
Authors
- Tobias Dély
Installation
nimble install rwlocks
choosenim install rwlocks
git clone https://github.com/tdely/nim-rwlocks
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| rwlocks | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Dependencies
| Package | Version | Optional |
|---|---|---|
| nim >= | 1.6.0 | No |
Source
| Repository | https://github.com/tdely/nim-rwlocks |
|---|---|
| Homepage | https://github.com/tdely/nim-rwlocks |
| Registry Source | nimble_official |
README
rwlocks
Readers-writer locks for Nim.
The RW lock allows any number of readers concurrent access but will only grant writers exclusive access.