diff options
| author | ruki <[email protected]> | 2025-08-27 23:23:00 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-08-28 11:35:54 +0800 |
| commit | 6809e2d887d3f3f298b4e324a7580c55ac47562d (patch) | |
| tree | 38d2ca2a0595636e0f5f12ab57d1516992049f3b /tests/modules/thread/sleep.lua | |
| parent | 7bf08a61f291294d0dc021be62dec253146115f1 (diff) | |
move thread to base
Diffstat (limited to 'tests/modules/thread/sleep.lua')
| -rw-r--r-- | tests/modules/thread/sleep.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/modules/thread/sleep.lua b/tests/modules/thread/sleep.lua index 294c04fea..2e21aa3d2 100644 --- a/tests/modules/thread/sleep.lua +++ b/tests/modules/thread/sleep.lua @@ -1,7 +1,7 @@ -import("core.thread.thread") +import("core.base.thread") function callback(id) - import("core.thread.thread") + import("core.base.thread") print("%s: %d starting ..", thread.running(), id) local dt = os.mclock() for i = 1, 10 do |
