Crate scheduled

Source

Structs§

Event
Represents an event that is scheduled to occur at a specific time.
Scheduler
A scheduler for managing and executing events based on their activation time.

Type Aliases§

Duration
Specifies a duration in time between events. Alias of TimeDelta.
EventFunc
Defines the expected type for event functions.