README ¶ Go iterator experiments and utilities Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func Parallel[E any](ctx context.Context, iters ...iter.Seq[E]) iter.Seq[E] 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. Source Files ¶ View all Source files iter.go Click to show internal directories. Click to hide internal directories.