Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Pool ¶
type Pool struct {
// contains filtered or unexported fields
}
Pool is a FIFO go-routine work pool. Work can be scheduled and is executed by the first free worker in the pool. Scheduled work is executed in queueing order.
func NewPool ¶
NewPool creates and start a new go-routine pool. The pool starts <routines> number of workers.
Click to show internal directories.
Click to hide internal directories.