summaryrefslogtreecommitdiff
path: root/tests/modules
diff options
context:
space:
mode:
authorruki <[email protected]>2025-04-16 00:45:17 +0800
committerruki <[email protected]>2025-08-28 11:35:53 +0800
commit6adec9d467ccfa7da048944df3dddfef59e75fe5 (patch)
treec5bcbc708ef785a20378ebf0ad8d1613fb1d566a /tests/modules
parent3fa63c937ef4b442d120bc5ba86e9b4eb29b009c (diff)
add todo
Diffstat (limited to 'tests/modules')
-rw-r--r--tests/modules/thread/sleep.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/modules/thread/sleep.lua b/tests/modules/thread/sleep.lua
index 1a6ed8d91..75586d615 100644
--- a/tests/modules/thread/sleep.lua
+++ b/tests/modules/thread/sleep.lua
@@ -10,6 +10,7 @@ end
function main()
for i = 1, 10 do
+ -- TODO use thread.start and group
thread.new(callback, {argv = {i}, name = "session_" .. i}):start()
end
--thread.wait()