Module simple_mutex

Source
Expand description

Very simple and unsafe Mutex for internal locking needs. DO NOT USE, USE THE RUST STANDARD LIBRARY MUTEX INSTEAD.

Structsยง

LockGuard
Mutex
MutexImp
Simple mutex, supporting sleeping and wakeup. Does no attempt at handling priority or fairness.