Skip to main content

ToolEventTx

Type Alias ToolEventTx 

Source
pub type ToolEventTx = UnboundedSender<ToolEvent>;
Expand description

Sender half of the unbounded channel used to stream ToolEvents to the UI.

Obtained from tokio::sync::mpsc::unbounded_channel and injected into executors via builder methods (e.g. ShellExecutor::with_tool_event_tx).

Aliased Typeยง

pub struct ToolEventTx { /* private fields */ }