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 an abstraction of a pool of workers. That means, a set of goroutines that do some work.
func (Pool) BareRun ¶
BareRun is similar to [Run] but it also accepts a function that will be executed when the given work function cannot be handled by the pool workers.
Click to show internal directories.
Click to hide internal directories.