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::default
ornew_with_loaded
if you have already loaded data, load plugins and programs throughload_plugin
andload_program
, start execution withstart_execution
, execute step-by-step withexecute_step
(will advance automatically)