Changed how you require the library. It was kinda over the top. Coroutine threads may or may not be added into the core. I am still thinking about it.
10 lines
277 B
Lua
10 lines
277 B
Lua
require("multi")
|
|
require("multi.threading")
|
|
require("multi.threading.alarm")
|
|
require("multi.threading.event")
|
|
require("multi.threading.loop")
|
|
require("multi.threading.process")
|
|
require("multi.threading.step")
|
|
require("multi.threading.tstep")
|
|
require("multi.threading.updater")
|