use pthread_getspecific instead of __thread

This commit is contained in:
Cloud Wu
2014-04-24 17:55:43 +08:00
parent bd3aa3f3c5
commit bad9a5fc54
6 changed files with 52 additions and 14 deletions

View File

@@ -1,9 +0,0 @@
local skynet = require "skynet"
local log = require "log"
skynet.start(function()
log.Info("hello world")
skynet.exit()
end)