diff --git a/src/main.rs b/src/main.rs index 47c17f8..cf71d1e 100644 --- a/src/main.rs +++ b/src/main.rs @@ -36,7 +36,8 @@ async fn main() { println!("Scheduler starting"); /* TODO: Is it okay to run everything in threads ??? - * Build depends on APK and ReVanced threads to be completed */ + * We are .join() but since I never used it we need some extensive testing + * !! Build depends on APK and ReVanced threads to be completed */ // Prepare threads let thread_revanced = thread::spawn(revanced::worker);