AgentHandle

Type Alias AgentHandle 

Source
pub type AgentHandle = Arc<RwLock<Agent>>;
Expand description

Handle to a running agent (thread-safe reference)

Aliased Type§

pub struct AgentHandle { /* private fields */ }