pub fn spawn_auto_updater(
cfg: SharedConfig,
stop: Arc<AtomicBool>,
logs: Arc<Mutex<Vec<LogEntry>>>,
busy: Arc<AtomicBool>,
schedule: LoopSchedule,
) -> JoinHandle<()>pub fn spawn_auto_updater(
cfg: SharedConfig,
stop: Arc<AtomicBool>,
logs: Arc<Mutex<Vec<LogEntry>>>,
busy: Arc<AtomicBool>,
schedule: LoopSchedule,
) -> JoinHandle<()>