Module reentrant_lock

Source

Structs§

Tid 🔒
ReentrantLockExperimental
A re-entrant mutual exclusion lock
ReentrantLockGuardExperimental
An RAII implementation of a “scoped lock” of a re-entrant lock. When this structure is dropped (falls out of scope), the lock will be unlocked.