Modules§
- atomic 🔒
Structs§
- Arc 🔒A thread-safe reference-counting pointer. ‘Arc’ stands for ‘Atomically Reference Counted’.
- Condvar 🔒A Condition Variable
- An RAII implementation of a “scoped lock” of a mutex. When this structure is dropped (falls out of scope), the lock will be unlocked.
- RAII structure used to release the shared read access of a lock when dropped.
- A type indicating whether a timed wait on a condition variable returned due to a time out or not.
- Weak 🔒