iterdun

package module
v0.0.0-...-fbc6289 Latest Latest
Warning

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

Go to latest
Published: Oct 9, 2024 License: MIT Imports: 3 Imported by: 0

README

Go iterator experiments and utilities

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Parallel

func Parallel[E any](ctx context.Context, iters ...iter.Seq[E]) iter.Seq[E]

Parallel iterates over multiple iterators of the same type, pulling from each in parallel and merging the result into a single resulting iterator. The iteration order is non-deterministic.

Iteration will stop if the supplied context is cancelled.

Types

This section is empty.

Jump to

Keyboard shortcuts

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