MCPcopy Create free account
hub / github.com/evilsocket/islazy / Wait

Method Wait

async/queue.go:80–82  ·  view source on GitHub ↗

Wait stops until all the workers stopped.

()

Source from the content-addressed store, hash-verified

78
79// Wait stops until all the workers stopped.
80func (wq *WorkQueue) Wait() {
81 wq.done.Wait()
82}
83
84// WaitDone stops until all jobs on the queue have been processed.
85func (wq *WorkQueue) WaitDone() {

Callers 2

WaitDoneMethod · 0.80
StopMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected