MCPcopy
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
9func newRoutineGroup() *routineGroup {
10 return new(routineGroup)
11}
12
13func (g *routineGroup) Run(fn func()) {
14 g.waitGroup.Add(1)

Callers 1

NewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected