Searched defs:threadPool (Results 1 – 1 of 1) sorted by relevance
151 threadPool *threadPool member599 type threadPool struct { struct600 receivedRequests sync.WaitGroup601 activeRequests semaphore612 func (p *threadPool) Run(function func()) {634 func (p *threadPool) Wait() {