OC-Tsuki/ksrc/stdlib/thread.lua

9 lines
100 B
Lua

_P.threads = {}
function _P.threads.add(name, func)
end
function _P.threads.load(path, args)
end