adaptive_sleep 0.1.0

Small library to pause current thread with an increasing sleep time
Documentation
  • Coverage
  • 0%
    0 out of 6 items documented0 out of 6 items with examples
  • Size
  • Source code size: 4.49 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 318.40 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • hw0lff

Adaptive Sleep

Small library to pause current thread with an increasing sleep time. The time to wait increases linearly at the beginning and at a certain amount of time it increases exponentially.