Searched defs:threadPool (Results 1 – 1 of 1) sorted by relevance
154 threadPool *threadPool member603 type threadPool struct { struct604 receivedRequests sync.WaitGroup605 activeRequests semaphore616 func (p *threadPool) Run(function func()) {638 func (p *threadPool) Wait() {