Updated Executing own logic (markdown)
@@ -16,7 +16,7 @@ local function yourCustomHandler()
|
||||
end
|
||||
end
|
||||
|
||||
parallel.waitForAll(basalt.startUpdate, yourCustomHandler) -- here it will handle your function (yourCustomHandler) and basalts handlers at the time
|
||||
parallel.waitForAll(basalt.autoUpdate, yourCustomHandler) -- here it will handle your function (yourCustomHandler) and basalts handlers at the time
|
||||
````
|
||||
You can read [here](http://www.computercraft.info/wiki/Parallel_(API)) what exactly parallel.waitForAll() does
|
||||
|
||||
|
||||
Reference in New Issue
Block a user