Skip to main content

PerToolChannelHandle

Type Alias PerToolChannelHandle 

Source
pub type PerToolChannelHandle = Arc<RwLock<HashMap<String, Arc<dyn Channel>>>>;
Expand description

Per-tool channel-map handle — matches zeroclaw_runtime::tools::PerToolChannelHandle. Defined locally so zeroclaw-tools doesn’t depend on zeroclaw-runtime.

Aliased Type§

pub struct PerToolChannelHandle { /* private fields */ }