mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-09-24 17:11:00 +00:00
feat: parallel downloads, redesigned download overlay (#100)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user