concurrent

package
v0.0.0-...-40952a8 Latest Latest
Warning

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

Go to latest
Published: Aug 4, 2025 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ForEach

func ForEach[T any](
	ctx context.Context,
	values []T,
	f func(ctx context.Context, v T) error,
) error

func Map

func Map[T any, Result any](
	ctx context.Context,
	values []T,
	f func(ctx context.Context, v T) (Result, error),
) ([]Result, error)

func Run

func Run(ctx context.Context, funcs ...func(ctx context.Context) error) error

Types

This section is empty.

Jump to

Keyboard shortcuts

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