PipelineC icon indicating copy to clipboard operation
PipelineC copied to clipboard

Fix duplicated FSM style function instances

Open JulianKemmerer opened this issue 2 years ago • 0 comments

FSM style functions typically create a new instance if not marked as SINGLE_INST.

If not single instance, there should only ever be one instance of a func per MAIN ~thread since can only be executing a single function at a time anyway...

JulianKemmerer avatar Jul 03 '22 02:07 JulianKemmerer