mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 20:23:06 +00:00
skynet.starttime
This commit is contained in:
@@ -65,6 +65,10 @@ function skynet.now()
|
||||
return tonumber(c.command("NOW"))
|
||||
end
|
||||
|
||||
function skynet.starttime()
|
||||
return tonumber(c.command("STARTTIME"))
|
||||
end
|
||||
|
||||
function skynet.exit()
|
||||
c.command("EXIT")
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user