oncemutex 0.1.1

A mutex providing one-time synchronized access, then safe unsynchronized access.
Documentation
1
2
3
4
5
6
7
8
[package]
authors = ["Jonathan Reem <jonathan.reem@gmail.com>"]
description = "A mutex providing one-time synchronized access, then safe unsynchronized access."
license = "MIT/Apache-2.0"
name = "oncemutex"
readme = "README.md"
repository = "https://github.com/reem/rust-once-mutex.git"
version = "0.1.1"