too much to remember, mostly refactoring/enhancing/changing/re-doing/re-writing stuff
This commit is contained in:
+1
-1
@@ -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>>);
|
||||
|
||||
Reference in New Issue
Block a user