Fixed tests on lanes and pseudo threading, todo fix love2d threading

This commit is contained in:
2023-11-26 12:49:23 -05:00
parent 8d843a5958
commit 91561f7f24
8 changed files with 78 additions and 26 deletions
-1
View File
@@ -66,7 +66,6 @@ function multi:newSystemThread(name, func, ...)
THREAD = THREAD,
THREAD_NAME = tostring(name),
__THREADNAME__ = tostring(name),
test = "testing",
THREAD_ID = id,
thread = thread,
multi = multi,