Structs§
- Minimal
Sleeper - MinimalSleeper provides a facility for periodically sleeping such that on average we sleep for the requested amount of time, even though we don’t necessarily sleep on every call. The idea is to be efficient in the use of system calls.
- Signed
Duration 🔒