Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MapErr ¶
MapErr is a concurrent version of Map that allows the mapping function to return an error. If one or more mapping operations return an error, MapErr returns the successfully mapped results along with a joined error containing all mapping errors. Mapping work is executed by up to runtime.GOMAXPROCS(0) worker goroutines. The returned results are ordered by completion time and may differ from the input order.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.