JobResultStore

Type Alias JobResultStore 

Source
pub type JobResultStore = Arc<RwLock<HashMap<Uuid, AgentJobResult>>>;
Expand description

Shared storage for job results

Aliased Type§

pub struct JobResultStore { /* private fields */ }