Skip to main content

BatchCallCounter

Type Alias BatchCallCounter 

Source
pub type BatchCallCounter = Arc<Mutex<usize>>;
Expand description

Shared counter for batch checkpoint calls.

Aliased Typeยง

pub struct BatchCallCounter { /* private fields */ }