feat(downloads): Separated chunk updates into individual counters

Also added a From<bool> for DownloadThreadControlFlag because I accidentally was calling the wrong one before and had meant to add it anyway

Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
quexeky
2024-11-11 18:07:45 +11:00
parent 5e05e6873d
commit 7d3c6011df
7 changed files with 68 additions and 36 deletions

View File

@ -3,3 +3,4 @@ pub mod download_commands;
mod download_logic;
mod download_thread_control_flag;
mod manifest;
mod progress_object;