aboutsummaryrefslogtreecommitdiff
path: root/tests/s.lua
diff options
context:
space:
mode:
authorame <[email protected]>2024-05-12 21:00:33 -0500
committerame <[email protected]>2024-05-12 21:00:33 -0500
commit897f5843d61cc2d827b719e27d83d7f9cff3a20e (patch)
tree3454974aa1a4e408dd1f4ad2116788d21024c1e4 /tests/s.lua
parent2b985e277f06a7086025ab292ddb22b5ded89189 (diff)
memopry stuff
Diffstat (limited to 'tests/s.lua')
-rw-r--r--tests/s.lua15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/s.lua b/tests/s.lua
index a543ff0..bac5072 100644
--- a/tests/s.lua
+++ b/tests/s.lua
@@ -1,17 +1,2 @@
require "llib"
-function _G.sleep (a)
- local sec = tonumber(os.clock() + a);
- while (os.clock() < sec) do
- end
-end
-for i=1,50 do
- llib.net.spawn(function()
- local sec = tonumber(os.clock() + 1);
- while (os.clock() < sec) do
- end
- print("hi")
- end)
-end
-
-while true do end \ No newline at end of file