package
0.0.0-20240403195145-a5b82e576be2
Repository: https://github.com/gostdlib/concurrency.git
Documentation: pkg.go.dev

# Functions

Access applies the Accessor" to each element in "input" using the goroutines Pool.
Modify applies the Modifier to each element in "input" using the goroutines Pool in parallel.
WithPool sets a goroutines.Pool and its submit options used in a function call.
WithStopOnErr causes the operation to stop if an error occurs.

# Structs

StreamResult is a result from a Stream operation.

# Interfaces

ChanOption is an option for Chan().

# Type aliases

Accessor is called for all values in a channel.
No description provided by the author