parallel

package
v0.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 9, 2022 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RunParallel

func RunParallel(
	workers int,
	input []interface{},
	process func(interface{}) (interface{}, error),
	collect func(int, interface{}) error,
) (resultError error)

RunParallel starts `workers` number of workers and feeds them with `input` data. Each worker calls `process`. Processed data is collected in the same order as the input and is passed in order to the `collect` callback. If an error occurs, the execution is stopped and the error returned. runParallel blocks until everything is done.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL