Searched refs:CountManager (Results 1 – 1 of 1) sorted by relevance
35 static ref COUNT_MANAGER: Arc<CountManager> = Arc::new(CountManager::new());177 struct CountManager { struct181 impl CountManager { implementation