Crate atomiclock

Source
Expand description

A Rust atomic lock type.

logo

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ยง

AtomicLock
An atomic lock type.
Guard
A guard for AtomicLock.