Преглед изворни кода

add os.getTimeout() function to ask how long the scheduler waits between running processes

master
XeonSquared пре 4 година
родитељ
комит
87596c8834
1 измењених фајлова са 3 додато и 0 уклоњено
  1. +3
    -0
      module/sched.lua

+ 3
- 0
module/sched.lua Прегледај датотеку

@@ -58,6 +58,9 @@ function os.getenv(k) -- gets a process' *k* environment variable
return tTasks[cPid].e[k]
end
end
function os.getTimeout()
return nTimeout
end
function os.setTimeout(n)
if type(n) == "number" and n >= 0 then
nTimeout = n


Loading…
Откажи
Сачувај