Docs.rs
  • shared-mutex-0.3.1
    • shared-mutex 0.3.1
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • reem
    • Dependencies
      • poison ^0.1 normal
      • scoped-pool ^0.1 dev
    • Versions
    • 100% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

Crate shared_mutex

shared_mutex0.3.1

  • All Items

Sections

  • shared-mutex

Crate Items

  • Modules
  • Structs

Crates

  • shared_mutex

Crate shared_mutex

Source
Expand description

§shared-mutex

A RwLock that can be used with a Condvar.

Modules§

monitor
A monitor convenience type that couples a SharedMutex and a Condvar.

Structs§

MappedSharedMutexReadGuard
A read guard to a sub-borrow of an original SharedMutexReadGuard.
MappedSharedMutexWriteGuard
A write guard to a sub-borrow of an original SharedMutexWriteGuard.
RawSharedMutex
A raw lock providing both shared read locks and exclusive write locks.
SharedMutex
A lock providing both shared read locks and exclusive write locks.
SharedMutexReadGuard
A shared read guard on a SharedMutex.
SharedMutexWriteGuard
An exclusive write guard on a SharedMutex.

Results

Settings
Help

Query parser error: "Unexpected - (did you mean ->?)".