Searched defs:before_stop (Results 1 – 5 of 5) 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
42 before_stop: Option<Arc<dyn Fn(usize) + Send + Sync>>, field258 pub fn before_stop<F>(&mut self, f: F) -> &mut Self in before_stop() method280 let before_stop = self.before_stop.clone(); in create() localVariable
225 let before_stop = Arc::new(AtomicUsize::new(0)); in start_stop_callbacks_called() localVariable
71 pub(super) before_stop: Option<Callback>, field
45 before_stop: Option<Callback>, field