concurrent

package
v0.0.21 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 23, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Go

func Go(fn func())

func Map added in v0.0.16

func Map[T any, R any](items []T, fn func(T) R) []R

func MapWithLimit added in v0.0.16

func MapWithLimit[T any, R any](items []T, limit int, fn func(T) R) []R

func Parallel

func Parallel(tasks ...func())

func ParallelWithLimit

func ParallelWithLimit(limit int, tasks ...func())

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL