Module periodic

Module periodic 

Source
Expand description

Periodic event emitter.

Emits events at regular intervals based on a callback that provides the current state.

Structs§

EmitterBuilder
Builder for creating emitters with custom configurations.
PeriodicEmitter
Periodic emitter that generates events at regular intervals.

Type Aliases§

StateCallback
Callback type for providing state updates.