mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-22 02:53:09 +00:00
preload support
This commit is contained in:
7
examples/preload.lua
Normal file
7
examples/preload.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
-- This file will execute before every lua service start
|
||||
-- See config
|
||||
|
||||
local skynet = require "skynet"
|
||||
|
||||
print("PRELOAD", ...)
|
||||
|
||||
Reference in New Issue
Block a user