Versions in this module Expand all Collapse all v0 v0.1.0 Aug 14, 2026 Changes in this version + func MapOrderedWithWorkers[T any, R any](values []T, workersMax int, fnMap func(T) (R, error)) ([]R, error) + func MapOrdered[T any, R any](values []T, fnMap func(T) (R, error)) ([]R, error)