Skip to content

drewcrawford/atomiclock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

atomiclock

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.

About

A non-blocking lock that can be used in async contexts

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE.md
MIT
LICENSE-MIT.md

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages