Module std::sync::remutex

source ·

Structs

  • A reentrant mutual exclusion
  • An RAII implementation of a “scoped lock” of a mutex. When this structure is dropped (falls out of scope), the lock will be unlocked.

Functions