when running command some instruction are based on the step state (with step addition visitor)
Solution ?
Execute command by step addition, every command not requiring nor updating step counts can be run in any order, idle command could be run async but that means some sort of safety to be added
Is it that required?
Main difficulty:
Solution ? Execute command by step addition, every command not requiring nor updating step counts can be run in any order, idle command could be run async but that means some sort of safety to be added Is it that required?