Searched refs:ErrorCounter (Results 1 – 2 of 2) sorted by relevance
127 error_counter: ErrorCounter,139 pub struct ErrorCounter(Arc<AtomicUsize>); struct169 error_counter: ErrorCounter(Arc::new(AtomicUsize::new(0))), in create()178 pub fn error_counter(&self) -> ErrorCounter { in error_counter() argument293 impl ErrorCounter { impl
50 - Changed `NonBlocking::error_counter` to return an `ErrorCounter` type, rather