Skip to main content

Module timer

Module timer 

Source

Structs§

RetryPolicy
Configures retry behavior for failed callback executions.
Timer
Timer handle for managing one-time and recurring tasks.
TimerBuilder
Builds and starts a timer with less boilerplate.
TimerCompletion
Lossless subscription handle for completed timer runs.
TimerEvents
Subscription handle for timer events.
TimerOutcome
Describes the result of a completed timer run.
TimerStatistics
Statistics for a timer run.

Enums§

TimerEvent
Event stream item produced by a timer.
TimerFinishReason
Indicates how a timer run ended.
TimerState
Represents the state of a timer.

Traits§

TimerCallback
A trait for timer callbacks.