Skip to main content

AgentRef

Type Alias AgentRef 

Source
pub type AgentRef = Arc<Mutex<Agent>>;
Expand description

A shareable, async-safe handle to an Agent.

Aliased Typeยง

pub struct AgentRef { /* private fields */ }