Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Pool ¶
type Pool struct {
Count int
}
func (Pool) ParallelDo ¶
ParallelDo Runs the given set of tasks in parallel using the configured number of worker go routines Will stop adding new tasks if a task throws an error, but will wait for in-flight tasks to finish
Click to show internal directories.
Click to hide internal directories.