Skip to main content

Module scheduler

Module scheduler 

Source
Expand description

Tokio-based update scheduler

This module provides a scheduler for periodic update checks using tokio’s interval timer.

Structs§

UpdateScheduler
Update scheduler that runs periodic update checks

Enums§

UpdateCheckResult
Result of an update check
UpdateNotification
Notification type sent from scheduler to application