diff --git a/.gitignore b/.gitignore index fa5e1d5..d5aac56 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,6 @@ -test2.lua -*.mp3 -*.exe -*.dll -lanestestclient.lua -lanestest.lua -sample-node.lua -sample-master.lua -Ayn Rand - The Virtue of Selfishness-Mg4QJheclsQ.m4a -Atlas Shrugged by Ayn Rand Audiobook-9s2qrEau63E.webm -test.lua -test.lua *.code-workspace *.dat +*test* +test* +*test \ No newline at end of file diff --git a/test3.lua b/test3.lua index 3afc3ad..e0bb33f 100644 --- a/test3.lua +++ b/test3.lua @@ -1,5 +1,6 @@ lanes = require("lanes").configure({allocator="protected",verbose_errors=""}) local multi,thread = require("multi"):init() + function sleep(n) if n > 0 then os.execute("ping -n " .. tonumber(n+1) .. " localhost > NUL") end end