Searched defs:threadPool (Results 1 – 1 of 1) sorted by relevance
151 threadPool *threadPool member600 type threadPool struct { struct601 receivedRequests sync.WaitGroup602 activeRequests semaphore613 func (p *threadPool) Run(function func()) {635 func (p *threadPool) Wait() {