Module netstack3_core::sync
source · Expand description
Useful synchronization primitives.
Modules
- Synchronized reference counting primitives.
Structs
- A
std::sync::Mutex
assuming lock poisoning will never occur. - A primary reference.
- A
std::sync::RwLock
assuming lock poisoning will never occur. - A strongly-held reference.
- A weakly-held reference.