Crates.io | oncemutex |
lib.rs | oncemutex |
version | 0.1.1 |
source | src |
created_at | 2014-12-02 06:20:52.632219 |
updated_at | 2016-01-12 22:10:55.821412 |
description | A mutex providing one-time synchronized access, then safe unsynchronized access. |
homepage | |
repository | https://github.com/reem/rust-once-mutex.git |
max_upload_size | |
id | 440 |
size | 6,738 |
A mutex providing one-time synchronized access, then safe lock-free access.
Use the crates.io repository; add this to your Cargo.toml
along
with the rest of your dependencies:
[dependencies]
once-mutex = "*"
Jonathan Reem is the primary author and maintainer of OnceMutex.
MIT/Apache-2.0