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

Method Resume

server/etcdserver/api/rafthttp/transport.go:433–439  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

431}
432
433func (t *Transport) Resume() {
434 t.mu.RLock()
435 defer t.mu.RUnlock()
436 for _, p := range t.peers {
437 p.(Pausable).Resume()
438 }
439}
440
441// ActivePeers returns a channel that closes when an initial
442// peer connection has been established. Use this to wait until the

Callers

nothing calls this directly

Calls 3

RLockMethod · 0.65
RUnlockMethod · 0.65
ResumeMethod · 0.65

Tested by

no test coverage detected