wip
This commit is contained in:
parent
b206b55c17
commit
c8f23accd6
|
@ -64,7 +64,8 @@ struct EngineInterfaceState {
|
|||
mpsc::Sender<(EngineCallId, mpsc::Sender<EngineCallResponse<PipelineData>>)>,
|
||||
/// The synchronized output writer
|
||||
writer: Box<dyn PluginWrite<PluginOutput>>,
|
||||
// Mirror signals from `EngineState`
|
||||
/// Mirror signals from `EngineState`. You can make use of this with
|
||||
/// `engine_interface.signals()` when constructing a Stream that requires signals
|
||||
signals: Signals,
|
||||
/// Registered signal handlers
|
||||
signal_handlers: Handlers,
|
||||
|
|
Loading…
Reference in New Issue
Block a user