Skip to main content

Crate async_repeater

Crate async_repeater 

Source
Expand description

Tokio based library for repeating tasks with user defined durations and start times.

Structs§

Repeater
Repeats structs after user defined Duration.
RepeaterHandle
Used to communicate with the repeater task

Enums§

Delay
For defining a delay

Traits§

RepeaterEntry
Entry for the Repeater