Vendored sync_wrapper crate for Rust
- Rust 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| src | ||
| .gitignore | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
SyncWrapper
A mutual exclusion primitive that relies on static type information only.
This library is inspired by this discussion.