Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
51
func
newDispatcherPool() dispatcher {
52
d := &dispatcherPool{}
53
go
d.writeLoop()
54
return
d
55
}
56
57
func
(d *dispatcherPool) writeLoop() {
58
for
{
Callers
1
main
Function · 0.85
Calls
1
writeLoop
Method · 0.95
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…