OC-Tsuki/ksrc/stdlib/thread.lua

9 lines
100 B
Lua
Raw Normal View History

2020-06-02 16:23:58 +10:00
_P.threads = {}
function _P.threads.add(name, func)
end
function _P.threads.load(path, args)
end