move to skynet module

This commit is contained in:
Cloud Wu
2017-06-01 11:29:07 +08:00
parent 8a6243d2a0
commit f1ed482001
37 changed files with 75 additions and 55 deletions

View File

@@ -8,7 +8,7 @@ local pairs = pairs
local pcall = pcall
local table = table
local profile = require "profile"
local profile = require "skynet.profile"
local coroutine_resume = profile.resume
local coroutine_yield = profile.yield