From 80dfe3c1eb69df26dcd221bbd938d076ddb34038 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Tue, 5 Sep 2023 17:45:45 +0200 Subject: [PATCH] threads blabla --- src/main.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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);