visualizor / GH_Ghost

a single component that runs other components
GNU General Public License v3.0
1 stars 1 forks source link

interrupt process #4

Open visualizor opened 3 years ago

visualizor commented 3 years ago

when inputs change, the interrupted process should stop in its track rather than finishing up

visualizor commented 3 years ago

challenge is that the ComponentFunctionInfo.Evaluate method cannot be stopped mid-way. will likely have to kick start multiple threads and only return the result from the latest thread... thread number limits?