Structs§
- Debounce
- Debounces a function call.
- Mutex
Option - Naive
Mutex<Option<T>>
wrapper. - Throttle
- Throttles a function call.
Traits§
- Remote
Callable - A dyn compatible trait intended to be used with types
like
Debounce
andThrottle
.
Functions§
- set_
interval - Calls the given function at regular intervals.