From 6adec9d467ccfa7da048944df3dddfef59e75fe5 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 16 Apr 2025 00:45:17 +0800 Subject: add todo --- tests/modules/thread/sleep.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/modules/thread/sleep.lua') 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() -- cgit v1.3.1