Modules§
Structs§
- Execution
Context - Context for nodes. Nodes get their inputs, set their ouputs, redirect to subroutine and other through this context.
- Executor
- Initialize with
Default::defaultornew_with_loadedif you have already loaded data, load plugins and programs throughload_pluginandload_program, start execution withstart_execution, execute step-by-step withexecute_step(will advance automatically)