Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/CovenantSQL/CovenantSQL
/ close
Method
close
kayak/tracker.go:171–178 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
169
}
170
171
func
(t *rpcTracker) close() {
172
if
!atomic.CompareAndSwapUint32(&t.closed, 0, 1) {
173
return
174
}
175
176
t.wg.Wait()
177
t.done()
178
}
Callers
1
TestTracker
Function · 0.45
Calls
2
done
Method · 0.95
Wait
Method · 0.80
Tested by
1
TestTracker
Function · 0.36