mirror of
https://github.com/rayaman/multi.git
synced 2026-09-05 07:27:35 -04:00
Updated gitignore
This commit is contained in:
+3
-12
@@ -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
|
*.code-workspace
|
||||||
*.dat
|
*.dat
|
||||||
|
*test*
|
||||||
|
test*
|
||||||
|
*test
|
||||||
@@ -1,5 +1,6 @@
|
|||||||
lanes = require("lanes").configure({allocator="protected",verbose_errors=""})
|
lanes = require("lanes").configure({allocator="protected",verbose_errors=""})
|
||||||
local multi,thread = require("multi"):init()
|
local multi,thread = require("multi"):init()
|
||||||
|
|
||||||
function sleep(n)
|
function sleep(n)
|
||||||
if n > 0 then os.execute("ping -n " .. tonumber(n+1) .. " localhost > NUL") end
|
if n > 0 then os.execute("ping -n " .. tonumber(n+1) .. " localhost > NUL") end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user