Streams


ParStream<'T>

Namespace: Nessos.Streams

Represents a parallel Stream of values.

Record Fields

Record FieldDescription
Impl
Signature: ParStreamImpl<'T>

Instance members

Instance memberDescription
x.Apply(collector)
Signature: collector:ParCollector<'T,'R> -> 'R

Applies the given collector to the parallel Stream.

x.DegreeOfParallelism
Signature: int

CompiledName: get_DegreeOfParallelism

Fork me on GitHub