Skip to content

SabrinaJewson/try-rwlock.rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Fast non-blocking readers-writer lock for Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages