Searched defs:before_stop (Results 1 – 6 of 6) sorted by relevance
42 before_stop: Option<Arc<dyn Fn() + Send + Sync>>, field81 pub fn before_stop<F: Fn() + Send + Sync + 'static>(mut self, f: F) -> EnvBuilder { in before_stop() method101 let before_stop = self.before_stop.clone(); in build() localVariable
45 before_stop: Option<Arc<dyn Fn(usize) + Send + Sync>>, field260 pub fn before_stop<F>(&mut self, f: F) -> &mut Self in before_stop() method283 let before_stop = self.before_stop.clone(); in create() localVariable
80 pub(super) before_stop: Option<Callback>, field
296 let before_stop = Arc::new(AtomicUsize::new(0)); in start_stop_callbacks_called() localVariable
93 before_stop: Option<Callback>, field