Working on 16.0.0 #53

Merged
rayaman merged 120 commits from v16.0.0 into master 2024-02-25 00:00:51 -05:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit e616b51d6f - Show all commits

View File

@ -100,7 +100,7 @@ multi.print("Integrated Pesudo Threading!")
multi.integration = {} -- for module creators
multi.integration.GLOBAL = GLOBAL
multi.integration.THREAD = THREAD
require("multi.integration.pesudoManager.extensions")
require("multi.integration.pseudoManager.extensions")
return {
init = function()
return GLOBAL, THREAD

View File

@ -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