atomiclock 0.1.0

A non-blocking lock that can be used in async contexts
Documentation
1
2
3
4
5
6
7
8
9
# atomiclock

A Rust atomic lock type.

![logo](art/logo.png)

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.