MCPcopy Index your code
hub / github.com/peak/s5cmd / Wait

Method Wait

parallel/parallel.go:85–88  ·  view source on GitHub ↗

Wait blocks until the WaitGroup counter is zero and closes error channel.

()

Source from the content-addressed store, hash-verified

83// Wait blocks until the WaitGroup counter is zero
84// and closes error channel.
85func (w *Waiter) Wait() {
86 w.wg.Wait()
87 close(w.errch)
88}
89
90// Err returns read-only error channel.
91func (w *Waiter) Err() <-chan error {

Callers 9

RunMethod · 0.95
RunMethod · 0.95
RunMethod · 0.95
expandSourcesFunction · 0.80
planRunMethod · 0.80
MultiDeleteMethod · 0.80
CloseMethod · 0.80

Calls

no outgoing calls