Collector<'T, 'R>
Namespace: MBrace.Flow
Collects elements into a mutable result container.
Instance members
Instance member | Description |
DegreeOfParallelism
Signature: int option
Modifiers: abstract |
The number of concurrently executing tasks CompiledName: |
Iterator()
Signature: unit -> ParIterator<'T>
Modifiers: abstract |
Gets an iterator over the elements. |
Result
Signature: 'R
Modifiers: abstract |
The result of the collector. CompiledName: |