From 3ff0e9ef4e7b354383e55c593d547b9abf1ff719 Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Sat, 2 Apr 2022 17:03:45 +0200 Subject: [PATCH] Updated NyoUI (markdown) --- NyoUI.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NyoUI.md b/NyoUI.md index e5e23ac..7ec7b06 100644 --- a/NyoUI.md +++ b/NyoUI.md @@ -86,4 +86,5 @@ local function yourCustomHandler() end parallel.waitForAll(NyoUI.startUpdate, yourCustomHandler) -- here it will handle your function (yourCustomHandler) and NyoUIs handlers at the "almost same" time -```` \ No newline at end of file +```` +You can read [here](http://www.computercraft.info/wiki/Parallel_(API)) what exactly parallel.waitForAll() does \ No newline at end of file