Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/CovenantSQL/CovenantSQL
/ startAckWorkers
Method
startAckWorkers
client/conn.go:157–163 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
155
}
156
157
func
(c *pconn) startAckWorkers() (err error) {
158
for
i := 0; i < workerCount; i++ {
159
c.wg.Add(1)
160
go
c.ackWorker()
161
}
162
return
163
}
164
165
func
(c *pconn) stopAckWorkers() {
166
if
c.ackCh != nil {
Callers
1
newConn
Function · 0.80
Calls
2
ackWorker
Method · 0.95
Add
Method · 0.45
Tested by
no test coverage detected