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