mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-22 02:53:09 +00:00
Fix spell error (#2098)
This commit is contained in:
@@ -25,7 +25,7 @@ local function test()
|
||||
end
|
||||
|
||||
skynet.start(function()
|
||||
skynet.trace_timeout(true) -- trun on trace for timeout, skynet.task will returns more info.
|
||||
skynet.trace_timeout(true) -- turn on trace for timeout, skynet.task will returns more info.
|
||||
test()
|
||||
|
||||
skynet.fork(wakeup, coroutine.running())
|
||||
|
||||
Reference in New Issue
Block a user