diff --git a/src/lib/globals/task.rs b/src/lib/globals/task.rs index 9f78dda..c5d8329 100644 --- a/src/lib/globals/task.rs +++ b/src/lib/globals/task.rs @@ -1,5 +1,3 @@ -// TODO: Figure out a good way to remove all the shared boilerplate from these functions - use std::{ sync::Weak, time::{Duration, Instant},