From 07eeacf5b013061d6e76505ad08c5c9581fecfba Mon Sep 17 00:00:00 2001 From: ame Date: Fri, 21 Nov 2025 21:21:57 -0600 Subject: thread fixes, some variable restructuring --- tests/units/thread-infinite.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/units/thread-infinite.lua') diff --git a/tests/units/thread-infinite.lua b/tests/units/thread-infinite.lua index b3183f9..f58efc5 100644 --- a/tests/units/thread-infinite.lua +++ b/tests/units/thread-infinite.lua @@ -2,6 +2,7 @@ local pass = llby.thread.buffer(true) local th = llby.thread.async(function(res) while true do + llby.thread.usleep(100) res:testclose() end end) -- cgit v1.2.3