Skip to main content

OutputHandler

Type Alias OutputHandler 

Source
pub type OutputHandler = Arc<Box<dyn Fn(&str) + Send + Sync>>;
Expand description

Callback type for streaming runner output to consumers (e.g., the macOS app). Called with each chunk of output as it’s received from the runner process.

Aliased Type§

pub struct OutputHandler { /* private fields */ }