MCPcopy Create free account
hub / github.com/dc0d/workerpool / stopped

Method stopped

workerpool.go:122–124  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

120}
121
122func (pool *WorkerPool) stopped() bool {
123 return stopped(pool.quit)
124}
125
126func (pool *WorkerPool) dispatch() {
127 for {

Callers 2

QueueMethod · 0.95
ExpandMethod · 0.95

Calls 1

stoppedFunction · 0.85

Tested by

no test coverage detected