Expand description
This crate contains some very commonly used and lightweight utility code.
See the submodules for details.
Modules§
- procutils
- Unix specific code for process cleanup
- snafu_
extensions - threadutils
- timeout
- utils
Macros§
- timeout
- Use this macro to execute a block of code (which must return a bool) repeatedly until the provided timeout is hit. If the code blocks indefinitely, the timeout will not work.