Expand description
Tokio-based update scheduler
This module provides a scheduler for periodic update checks using tokio’s interval timer.
Structs§
- Update
Scheduler - Update scheduler that runs periodic update checks
Enums§
- Update
Check Result - Result of an update check
- Update
Notification - Notification type sent from scheduler to application