diff options
| author | ame <[email protected]> | 2025-11-21 21:21:57 -0600 |
|---|---|---|
| committer | ame <[email protected]> | 2025-11-21 21:21:57 -0600 |
| commit | 07eeacf5b013061d6e76505ad08c5c9581fecfba (patch) | |
| tree | bffede3aa425652f28237fb28c41dbbeff057c0d /tests | |
| parent | c8fdd204a963ea228cf1a718f7fc9587399e6748 (diff) | |
thread fixes, some variable restructuring
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/units/thread-infinite.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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) |
