MCPcopy Create free account
hub / github.com/cloudnative-pg/cloudnative-pg / Wait

Method Wait

pkg/concurrency/executed.go:43–47  ·  view source on GitHub ↗

Wait waits for the execution for all the conditions in a MultipleExecuted

()

Source from the content-addressed store, hash-verified

41
42// Wait waits for the execution for all the conditions in a MultipleExecuted
43func (m MultipleExecuted) Wait() {
44 for _, cond := range m {
45 cond.Wait()
46 }
47}
48
49// Err returns a composition of the errors raised by the individual
50// execution components or nil if there is no error.

Callers

nothing calls this directly

Calls 1

WaitMethod · 0.45

Tested by

no test coverage detected