MCPcopy Create free account
hub / github.com/astercloud/aster / init

Function init

pkg/tools/builtin/task_manager.go:606–608  ·  view source on GitHub ↗

初始化全局任务管理器

()

Source from the content-addressed store, hash-verified

604
605// 初始化全局任务管理器
606func init() {
607 GlobalTaskManager = NewFileTaskManager()
608}
609
610// GetGlobalTaskManager 获取全局任务管理器
611func GetGlobalTaskManager() TaskManager {

Callers

nothing calls this directly

Calls 1

NewFileTaskManagerFunction · 0.85

Tested by

no test coverage detected