mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 20:23:06 +00:00
queue mode
This commit is contained in:
@@ -90,7 +90,7 @@ end
|
||||
|
||||
function snax.kill(obj, ...)
|
||||
local t = snax.interface(obj.type)
|
||||
return skynet_call(obj.handle, "lua", t.system.exit, ...)
|
||||
skynet_call(obj.handle, "lua", t.system.exit, ...)
|
||||
end
|
||||
|
||||
local function test_result(ok, ...)
|
||||
|
||||
Reference in New Issue
Block a user