This commit is contained in:
Andy Gayton 2024-06-23 09:45:44 -04:00
parent a828eb351d
commit ae2cc463db

View File

@ -59,7 +59,7 @@ struct EngineInterfaceState {
mpsc::Sender<(EngineCallId, mpsc::Sender<EngineCallResponse<PipelineData>>)>,
/// The synchronized output writer
writer: Box<dyn PluginWrite<PluginOutput>>,
/// todo: docs
/// Registered Ctrl-C handlers
ctrlc_handlers: ctrlc::Handlers,
}