oncemutex

Crates.iooncemutex
lib.rsoncemutex
version0.1.1
sourcesrc
created_at2014-12-02 06:20:52.632219
updated_at2016-01-12 22:10:55.821412
descriptionA mutex providing one-time synchronized access, then safe unsynchronized access.
homepage
repositoryhttps://github.com/reem/rust-once-mutex.git
max_upload_size
id440
size6,738
log (github:rust-lang:log)

documentation

README

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

Commit count: 26

cargo fmt