Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudreve/cloudreve
/ Run
Method
Run
pkg/queue/thread.go:13–20 ·
view source on GitHub ↗
(fn func())
Source
from the content-addressed store, hash-verified
11
}
12
13
func
(g *routineGroup) Run(fn
func
()) {
14
g.waitGroup.Add(1)
15
16
go
func
() {
17
defer
g.waitGroup.Done()
18
fn()
19
}()
20
}
21
22
func
(g *routineGroup) Wait() {
23
g.waitGroup.Wait()
Callers
11
Generate
Method · 0.80
testFFProbeGenerator
Function · 0.80
testVipsGenerator
Function · 0.80
testFfmpegGenerator
Function · 0.80
testLibreOfficeGenerator
Function · 0.80
testLibRawGenerator
Function · 0.80
Generate
Method · 0.80
Generate
Method · 0.80
Generate
Method · 0.80
Start
Method · 0.80
start
Method · 0.80
Calls
1
Add
Method · 0.45
Tested by
no test coverage detected