Skip to main content

Module task

Module task 

Source
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§

TaskEntry
A registered task entry in the schedule

Traits§

Task
Trait for defining scheduled tasks
TaskHandler
Internal trait for task execution

Type Aliases§

BoxedFuture
Type alias for boxed future result
BoxedTask
Type alias for boxed task handlers
TaskResult
Type alias for async task result