utilities library
Re-exports runtime utilities from gmana_utils.
Classes
- Debouncer
- A small utility to debounce function execution.
- IdGenerator
- Public API for generating IDs and reversible encodings.
- SecureIdGenerator
- Cryptographically-secure variant of IdGenerator.
- Throttler
- A small utility to throttle function execution.
Constants
- kDefaultDebounceTime → const int
- Default debounce time in milliseconds.
- kDefaultThrottleDuration → const int
- Default throttle time in milliseconds.