Searched defs:threadPool (Results 1 – 1 of 1) sorted by relevance
158 threadPool *threadPool member607 type threadPool struct { struct608 receivedRequests sync.WaitGroup609 activeRequests semaphore620 func (p *threadPool) Run(function func()) {642 func (p *threadPool) Wait() {