package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Aug 14, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func MapOrdered[T any, R any](values []T, fnMap func(T) (R, error)) ([]R, error)
func MapOrderedWithWorkers[T any, R any](
values []T,
workersMax int,
fnMap func(T) (R, error),
) ([]R, error)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.