feat(downloads): Convert DownloadThreadControlFlag to AtomicBool

Also ran cargo fmt & cargo clipy

Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
quexeky
2024-11-11 09:39:25 +11:00
parent 1443d7f605
commit 628898ec23
7 changed files with 29 additions and 42 deletions
+1 -1
View File
@@ -1 +1 @@
pub const DOWNLOAD_MAX_THREADS: usize = 4;
pub const DOWNLOAD_MAX_THREADS: usize = 4;