Module cron_task

Module cron_task 

Source
Expand description

scheduled task for daemon

Structs§

CronTask
Represents a task scheduled to run periodically.

Traits§

TaskCallback
Trait for a task that can be run periodically by the cron service.