Merge branch 'master' of github.com:cloudwu/skynet into lua53

This commit is contained in:
Cloud Wu
2015-01-27 22:18:51 +08:00

View File

@@ -52,6 +52,7 @@ local watching_service = {}
local watching_session = {}
local dead_service = {}
local error_queue = {}
local fork_queue = {}
-- suspend is function
local suspend
@@ -468,8 +469,6 @@ function skynet.dispatch_unknown_response(unknown)
return prev
end
local fork_queue = {}
local tunpack = table.unpack
function skynet.fork(func,...)