MCPcopy
hub / github.com/etcd-io/etcd / newDispatcherPool

Function newDispatcherPool

tools/local-tester/bridge/dispatch.go:51–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49}
50
51func newDispatcherPool() dispatcher {
52 d := &dispatcherPool{}
53 go d.writeLoop()
54 return d
55}
56
57func (d *dispatcherPool) writeLoop() {
58 for {

Callers 1

mainFunction · 0.85

Calls 1

writeLoopMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…