#32 parallel reactor PLC code

This commit is contained in:
Mikayla Fischler
2022-04-25 11:40:53 -04:00
parent c46a7b2486
commit 0fc49d312d
4 changed files with 358 additions and 228 deletions

View File

@@ -40,7 +40,7 @@ end
-- PARALLELIZATION --
-- block waiting for parallel call
function task_wait(f)
function async_wait(f)
parallel.waitForAll(f)
end