mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 03:53:09 +00:00
move to skynet module
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
local skynet = require "skynet"
|
||||
local harbor = require "skynet.harbor"
|
||||
require "skynet.manager" -- import skynet.launch, ...
|
||||
local memory = require "memory"
|
||||
local memory = require "skynet.memory"
|
||||
|
||||
skynet.start(function()
|
||||
local sharestring = tonumber(skynet.getenv "sharestring" or 4096)
|
||||
|
||||
Reference in New Issue
Block a user