Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
// 初始化全局任务管理器
606
func
init() {
607
GlobalTaskManager = NewFileTaskManager()
608
}
609
610
// GetGlobalTaskManager 获取全局任务管理器
611
func
GetGlobalTaskManager() TaskManager {
Callers
nothing calls this directly
Calls
1
NewFileTaskManager
Function · 0.85
Tested by
no test coverage detected