待机配置

This commit is contained in:
2024-11-05 18:39:03 +08:00
parent ccfe0d311b
commit 8e2bf7f59b
15 changed files with 384 additions and 132 deletions

View File

@@ -56,3 +56,6 @@ func (g *simpleStopper) Done() <-chan struct{} {
// GlobalStopper 全局停止器
var GlobalStopper Stopper = &simpleStopper{}
// GlobalBgStopper 全局后台停止器
var GlobalBgStopper Stopper = &simpleStopper{}