atomiclock 0.1.0

A non-blocking lock that can be used in async contexts
Documentation
  • Coverage
  • 100%
    8 out of 8 items documented0 out of 7 items with examples
  • Size
  • Source code size: 172.09 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.15 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • drewcrawford/atomiclock
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • drewcrawford

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.