Update the tasks statuses

This commit is contained in:
Kerollmops
2022-10-04 18:50:18 +02:00
committed by Clément Renault
parent 2fbdd104b8
commit 36e5efde0d
5 changed files with 126 additions and 42 deletions

View File

@ -1,7 +1,7 @@
use std::collections::hash_map::Entry;
use std::collections::HashMap;
use std::path::PathBuf;
use std::sync::{Arc, RwLock, RwLockWriteGuard};
use std::sync::{Arc, RwLock};
use std::{fs, thread};
use log::error;