too much to remember, mostly refactoring/enhancing/changing/re-doing/re-writing stuff

This commit is contained in:
2025-04-12 23:14:56 +02:00
parent 149a22ff7f
commit 854809e321
20 changed files with 96 additions and 114 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ use std::time::Duration;
use tokio::task::JoinHandle;
use tokio::time;
use crate::{lang, rs_println};
use crate::rs_println;
pub type Schedule = (Duration, fn() -> Pin<Box<dyn Future<Output = ()> + Send>>);