Updated NyoUI (markdown)

Robert Jelic
2022-04-02 17:21:10 +02:00
parent 2aa8d8c28c
commit e580d5b394

@@ -85,6 +85,6 @@ local function yourCustomHandler()
end
end
parallel.waitForAll(NyoUI.startUpdate, yourCustomHandler) -- here it will handle your function (yourCustomHandler) and NyoUIs handlers at the "almost same" time
parallel.waitForAll(NyoUI.startUpdate, yourCustomHandler) -- here it will handle your function (yourCustomHandler) and NyoUIs handlers at the time
````
You can read [here](http://www.computercraft.info/wiki/Parallel_(API)) what exactly parallel.waitForAll() does