Skip to content

A mutex providing one-time synchronized access, then safe lock-free access.

Notifications You must be signed in to change notification settings

reem/rust-once-mutex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OnceMutex

A mutex providing one-time synchronized access, then safe lock-free access.

Usage

Use the crates.io repository; add this to your Cargo.toml along with the rest of your dependencies:

[dependencies]
once-mutex = "*"

Author

Jonathan Reem is the primary author and maintainer of OnceMutex.

License

MIT/Apache-2.0

About

A mutex providing one-time synchronized access, then safe lock-free access.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages