feat: parallel downloads, redesigned download overlay (#100)

This commit is contained in:
/home/neo
2026-06-28 18:12:40 +03:00
committed by GitHub
parent 92bd9c6f2a
commit a94e4ec758
13 changed files with 239 additions and 133 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ use std::sync::Arc;
use tokio::sync::Mutex;
use tokio_util::sync::CancellationToken;
pub struct DownloadState {
pub token: Arc<Mutex<Option<CancellationToken>>>,
pub tokens: Arc<Mutex<HashMap<String, CancellationToken>>>,
}
pub struct GameState {