Updated NyoUI (markdown)

Robert Jelic
2022-04-02 17:03:45 +02:00
parent 11b01f22ba
commit 3ff0e9ef4e

@@ -87,3 +87,4 @@ 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 "almost same" time
```` ````
You can read [here](http://www.computercraft.info/wiki/Parallel_(API)) what exactly parallel.waitForAll() does