From e580d5b394f5f1f1bef7a4b5c0f3f248f83ec081 Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Sat, 2 Apr 2022 17:21:10 +0200 Subject: [PATCH] Updated NyoUI (markdown) --- NyoUI.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NyoUI.md b/NyoUI.md index fbb61a5..8bfd307 100644 --- a/NyoUI.md +++ b/NyoUI.md @@ -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 \ No newline at end of file