package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Aug 4, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
-
func Execute(iStart, iEnd int, work func(int, int), highPriority bool)
-
func ExecuteAsync(iStart, iEnd int, work func(int, int), highPriority bool) chan bool
-
func ExecuteAsyncReverse(iStart, iEnd int, work func(int, int), highPriority bool)
func Execute(iStart, iEnd int, work func(int, int), highPriority bool)
Execute process in parallel the work function and wait for result
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(iStart, iEnd int, work func(int, int), highPriority bool)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.