Searched refs:on_gathering_complete_handler (Results 1 – 1 of 1) sorted by relevance
64 pub(crate) on_gathering_complete_handler: Arc<ArcSwapOption<Mutex<OnGatheringCompleteHdlrFn>>>, field161 let on_gathering_complete_handler = Arc::clone(&self.on_gathering_complete_handler); in gather() localVariable169 Arc::clone(&on_gathering_complete_handler); in gather()267 self.on_gathering_complete_handler in on_gathering_complete()