threads blabla
This commit is contained in:
parent
4de1f5e47f
commit
80dfe3c1eb
1 changed files with 2 additions and 1 deletions
|
@ -36,7 +36,8 @@ async fn main() {
|
||||||
println!("Scheduler starting");
|
println!("Scheduler starting");
|
||||||
|
|
||||||
/* TODO: Is it okay to run everything in threads ???
|
/* 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
|
// Prepare threads
|
||||||
let thread_revanced = thread::spawn(revanced::worker);
|
let thread_revanced = thread::spawn(revanced::worker);
|
||||||
|
|
Loading…
Reference in a new issue