Expand description
A Rust atomic lock type.
This is a simple atomic lock.
There is no way to sleep the current thread if the lock is not available, what you do about that is up to you.
Structsยง
- Atomic
Lock - An atomic lock type.
- Guard
- A guard for AtomicLock.