Searched refs:map_and_cleanup_counter (Results 1 – 1 of 1) sorted by relevance
162 map_and_cleanup_counter: Mutex<(HashMap<i64, TokenReceiver>, u8)>, field167 Self { map_and_cleanup_counter: Mutex::new((HashMap::new(), Self::CLEANUP_PERIOD + 1)) } in default()182 let mut map = self.map_and_cleanup_counter.lock().unwrap(); in add_auth_token()193 let mut map = self.map_and_cleanup_counter.lock().unwrap(); in add_receiver()