Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ParallelExecutor ¶
type ParallelExecutor struct {
// contains filtered or unexported fields
}
func NewParallelExecutor ¶
func NewParallelExecutor() *ParallelExecutor
CreateWorkerPool initializes a pool of workers to process tasks.
func (*ParallelExecutor) Execute ¶
func (wp *ParallelExecutor) Execute() error
close work channel and finish
Click to show internal directories.
Click to hide internal directories.