queue mode

This commit is contained in:
Cloud Wu
2014-04-17 15:37:01 +08:00
parent 6d4d9f8758
commit 129b1cd90e
4 changed files with 77 additions and 7 deletions

View File

@@ -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, ...)