style(downloads): Abstracted queue system

TODO: Still need to cleanup the rest of the legacy code which used to use the queue system
Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
quexeky
2024-11-23 18:18:03 +11:00
parent 450bca9c5b
commit 76b0975bcc
5 changed files with 82 additions and 19 deletions

View File

@ -6,3 +6,4 @@ pub mod download_manager_interface;
mod download_thread_control_flag;
mod manifest;
mod progress_object;
pub mod queue;