pub type CompletedTasks = Arc<Mutex<HashSet<String>>>;
pub struct CompletedTasks { /* private fields */ }