(&self)
| 24 | _delay_executor: DelayExecutor, |
| 25 | _delay_move_executor: DelayExecutor, |
| 26 | _loop_move_executor: DelayExecutor, |
| 27 | } |
| 28 | |
| 29 | pub(crate) fn load_data(executor: &mut Executor) -> Result<ExecutorCluster, EngineError> { |
| 30 | let (mut text_executor, text_tx) = TextExecutor::new(executor.get_weak()); |
| 31 | executor.set_text_tx(text_tx); |