Searched defs:State (Results 1 – 1 of 1) sorted by relevance
80 struct State { struct95 impl State { impl96 fn new(total: usize) -> Arc<Mutex<State>> { in new()