try-rwlock

Crates.iotry-rwlock
lib.rstry-rwlock
version0.1.2
sourcesrc
created_at2020-11-14 14:32:50.633218
updated_at2022-08-20 10:46:27.605649
descriptionFast non-blocking readers-writer lock
homepage
repositoryhttps://github.com/SabrinaJewson/try-rwlock
max_upload_size
id312347
size14,762
Sabrina Jewson (SabrinaJewson)

documentation

README

try-rwlock

TryRwLock is a lightweight readers-writer lock implemented with atomics that does not support blocking.

A readers-writer lock allows multiple readers or one writer to access it at a time.

See Also

try-lock and try-mutex provide a similar function to this, but implement mutexes not readers-writer locks.

License: MIT OR Apache-2.0

Commit count: 23

cargo fmt