Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cloudreve/cloudreve
/ newRoutineGroup
Function
newRoutineGroup
pkg/queue/thread.go:9–11 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
}
8
9
func
newRoutineGroup() *routineGroup {
10
return
new(routineGroup)
11
}
12
13
func
(g *routineGroup) Run(fn
func
()) {
14
g.waitGroup.Add(1)
Callers
1
New
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected