Expand description
Scheduled task trait and entry types
This module defines the Task trait for creating struct-based
scheduled tasks, as well as internal types for task management.
Structs§
- Task
Entry - A registered task entry in the schedule
Traits§
- Task
- Trait for defining scheduled tasks
- Task
Handler - Internal trait for task execution
Type Aliases§
- Boxed
Future - Type alias for boxed future result
- Boxed
Task - Type alias for boxed task handlers
- Task
Result - Type alias for async task result