MCPcopy 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
157func (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
165func (c *pconn) stopAckWorkers() {
166 if c.ackCh != nil {

Callers 1

newConnFunction · 0.80

Calls 2

ackWorkerMethod · 0.95
AddMethod · 0.45

Tested by

no test coverage detected