Expand description
Structs§
- Timeout
Handle - A handle to a pending timeout.
- UseDebounce
- The interface for calling a debounce.
- UseInterval
- The interface to a debounce.
- UseTimeout
- The interface to a timeout.
Functions§
- sleep
- Pause the current task for the specified duration.
- use_
debounce - A hook for allowing a function to be called only after a provided
Durationhas passed. - use_
interval - Repeatedly call a function at a specific interval.
- use_
timeout - A hook to run a callback after a period of time.