Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/egonelbre/exp
/ Done
Method
Done
progress/main.go:69–71 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
67
}
68
69
func
(process *Process) Done() {
70
atomic.StoreInt32(&process.done, 1)
71
}
72
73
func
(process *Process) Progress() (progress int, done bool) {
74
progress = int(atomic.LoadInt32(&process.progress))
Callers
13
Fail
Method · 0.95
ProcessFile
Function · 0.95
NormalizedCount
Function · 0.80
runParallelTest
Function · 0.80
runParallelBench
Function · 0.80
runParallelBench
Function · 0.80
testProgress
Function · 0.80
TestMutexContention
Function · 0.80
run
Function · 0.80
main
Function · 0.80
BenchmarkSelect
Function · 0.80
BenchmarkChan
Function · 0.80
Calls
no outgoing calls
Tested by
7
runParallelTest
Function · 0.64
runParallelBench
Function · 0.64
runParallelBench
Function · 0.64
testProgress
Function · 0.64
TestMutexContention
Function · 0.64
BenchmarkSelect
Function · 0.64
BenchmarkChan
Function · 0.64