OC-Tsuki/ksrc/stdlib/thread.lua

9 lines
100 B
Lua
Raw Normal View History

2020-05-09 13:51:05 +10:00
_P.threads = {}
function _P.threads.add(name, func)
end
function _P.threads.load(path, args)
end