Expand description
Background task scheduler for deferred and periodic work (#95).
Provides TaskScheduler which manages one-shot and recurring async tasks
using tokio::spawn and tokio::time.
Structs§
- Task
Scheduler - A scheduler for one-shot and periodic background tasks.
Functions§
- boxed_
task - Convenience: schedule a one-shot closure that returns a boxed future.
Type Aliases§
- TaskId
- Unique identifier for a scheduled task.