SharedInflightKeepAliveRecords

Type Alias SharedInflightKeepAliveRecords 

Source
pub type SharedInflightKeepAliveRecords = Arc<Mutex<FxHashMap<PipelineId, Vec<InFlightKeepAliveRecord>>>>;

Aliased Typeยง

pub struct SharedInflightKeepAliveRecords { /* private fields */ }