feat(downloads): Added DownloadThreadControl struct

Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
quexeky
2024-11-11 10:05:49 +11:00
parent f25bfed336
commit 5e05e6873d
4 changed files with 53 additions and 25 deletions

View File

@ -1,4 +1,5 @@
pub mod download_agent;
pub mod download_commands;
mod download_logic;
mod download_thread_control_flag;
mod manifest;