bulkhead

package
v1.0.48403 Latest Latest
Warning

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

Go to latest
Published: Aug 18, 2026 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package bulkhead runs a slice of work with bounded parallelism.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Do

func Do[T any](ctx context.Context, maxParallelism int, input []T, f func(e T, i int) error) error

Do calls f for each element of input, running at most maxParallelism goroutines concurrently. f receives the element and its original index. The first error returned by any f cancels remaining work and is returned.

Types

This section is empty.

Jump to

Keyboard shortcuts

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