mirror of
https://github.com/rayaman/multi.git
synced 2026-09-05 07:27:35 -04:00
fixing
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
--package.path = "../?/init.lua;../?.lua;"..package.path
|
||||
package.path = "../?/init.lua;../?.lua;"..package.path
|
||||
multi, thread = require("multi"):init{print=true,warn=true,error=false}--{priority=true}
|
||||
proc = multi:newProcessor("Thread Test",true)
|
||||
local LANES, LOVE, PSEUDO = 1, 2, 3
|
||||
|
||||
Reference in New Issue
Block a user