pub type AsyncStatistics = Arc<Mutex<ProcessorStatistics>>;
struct AsyncStatistics { /* private fields */ }