package
Version:
v0.0.21
Opens a new window with list of versions in this module.
Published: Mar 23, 2026
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Map[T any, R any](items []T, fn func(T) R) []R
func MapWithLimit[T any, R any](items []T, limit int, fn func(T) R) []R
func Parallel(tasks ...func())
func ParallelWithLimit(limit int, tasks ...func())
Source Files
¶
Click to show internal directories.
Click to hide internal directories.