mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 03:53:09 +00:00
use pthread_getspecific instead of __thread
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
local skynet = require "skynet"
|
||||
local log = require "log"
|
||||
|
||||
skynet.start(function()
|
||||
log.Info("hello world")
|
||||
skynet.exit()
|
||||
end)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user