diff options
| author | ruki <[email protected]> | 2025-10-05 00:15:43 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-10-05 00:15:43 +0800 |
| commit | 137a9d0875ac96e3636410479d1551f89acf3632 (patch) | |
| tree | 0dc6e34ea4e8b3d8234861b91cfc9eec23d43d14 /tests/modules/scheduler/semaphore.lua | |
| parent | 49e117984150d88b8151f317c866935024e2367c (diff) | |
improve semaphore post
Diffstat (limited to 'tests/modules/scheduler/semaphore.lua')
| -rw-r--r-- | tests/modules/scheduler/semaphore.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/modules/scheduler/semaphore.lua b/tests/modules/scheduler/semaphore.lua index 788650019..45cc43e1e 100644 --- a/tests/modules/scheduler/semaphore.lua +++ b/tests/modules/scheduler/semaphore.lua @@ -7,7 +7,6 @@ function _loop(semaphore, id) local value = semaphore:wait(-1) print("[%d]: -> triggered, value: %d ..", id, value) end - print("[%d]: end", id) end function _input(semaphore) |
