Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WorkerPool ¶
type WorkerPool struct { Jobs chan<- func() // contains filtered or unexported fields }
func New ¶
func New(concurrency int) *WorkerPool
func (*WorkerPool) CloseWait ¶
func (pool *WorkerPool) CloseWait()
Click to show internal directories.
Click to hide internal directories.