parallel

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2020 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Execute

func Execute(iStart, iEnd int, work func(int, int), highPriority bool)

Execute process in parallel the work function and wait for result

func ExecuteAsync

func ExecuteAsync(iStart, iEnd int, work func(int, int), highPriority bool) chan bool

ExecuteAsync process in parallel the work function and return a channel that notifies caller when work is done

func ExecuteAsyncReverse

func ExecuteAsyncReverse(iStart, iEnd int, work func(int, int), highPriority bool)

Types

This section is empty.

Jump to

Keyboard shortcuts

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