Type alias IParallelFlatten<TElement>

IParallelFlatten<TElement>: IParallelEnumerable<TElement> | IParallelEnumerable<IParallelEnumerable<TElement>>

Represents an async parallel iteration that can be flattened.

Type Parameters

  • TElement

Generated using TypeDoc