Documentation ¶
Overview ¶
Package concurrent provides a simple way to run functions concurrently and then reap the results.
Package concurrent allows cuncurrent running of provided functions, by default limiting the parallelism to the number of CPUs. The functions return an error value and these may be reaped at the end.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type State ¶
type State struct {
// contains filtered or unexported fields
}
State maintains state needed to manage running functions concurrently.
Click to show internal directories.
Click to hide internal directories.