diff options
| author | ame <[email protected]> | 2024-05-12 21:00:33 -0500 |
|---|---|---|
| committer | ame <[email protected]> | 2024-05-12 21:00:33 -0500 |
| commit | a84adf91992f19581e05ac617af7c259ec6b9d33 (patch) | |
| tree | 3454974aa1a4e408dd1f4ad2116788d21024c1e4 /tests/s.lua | |
| parent | 0e352b5254e53ff5410eaef0f2e6c973f7935ed7 (diff) | |
memopry stuff
Diffstat (limited to 'tests/s.lua')
| -rw-r--r-- | tests/s.lua | 15 |
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 |
