Skip to main content

SharedAgent

Type Alias SharedAgent 

Source
pub type SharedAgent = Arc<Mutex<Box<dyn Agent>>>;
Expand description

Shareable agent handle for safe access across async tasks

Aliased Type§

pub struct SharedAgent { /* private fields */ }