eb_cycles

Crates.ioeb_cycles
lib.rseb_cycles
version0.3.0
created_at2024-11-18 20:39:07.713576+00
updated_at2025-09-15 08:31:10.208779+00
descriptionPut your thread to sleep for set intervals, or.. 'cycles'.
homepage
repositoryhttps://github.com/emilbratt/eb_cycles
max_upload_size
id1452633
size57,204
Emil Bratt (emilbratt)

documentation

README

eb_cycles

Rust library providing an easy way to put your threads to sleep during set intervals, or.. "cycles"..

Run tests by issuing command

cargo test -- --no-capture | grep -v 'has been running for over 60 seconds'
  • '--no-capture' so that we can read output..
  • 'grep -v' to omit warnings about long running test.. see issue about long tests
Commit count: 22

cargo fmt