tree: c229afb60f990261a950ad3d6a7877b97c9d86e9 [path history] [tgz]
  1. patches/
  2. src/
  3. .cargo-checksum.json
  4. Android.bp
  5. Cargo.lock
  6. Cargo.toml
  7. cargo_embargo.json
  8. LICENSE
  9. METADATA
  10. MODULE_LICENSE_APACHE2
  11. README.md
crates/sync_wrapper/README.md

Latest Version Rust Documentation

SyncWrapper

A mutual exclusion primitive that relies on static type information only.

This library is inspired by this discussion.