MCPcopy Create free account
hub / github.com/Shopify/ghostferry / Wait

Method Wait

control_server.go:127–129  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

125}
126
127func (this *ControlServer) Wait() {
128 this.wg.Wait()
129}
130
131func (this *ControlServer) Run() {
132 this.wg.Add(1)

Callers

nothing calls this directly

Calls 1

WaitMethod · 0.65

Tested by

no test coverage detected