1 2 3 4 5 6 7 8 9
# atomiclock 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.