mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-23 19:43:09 +00:00
Merge branch 'master' of github.com:cloudwu/skynet into lua53
This commit is contained in:
@@ -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,...)
|
||||
|
||||
Reference in New Issue
Block a user