Streams


ParIterator<'T>

Namespace: Nessos.Streams

Represents the iteration function

Record Fields

Record FieldDescription
Cts
Signature: CancellationTokenSource

The current CancellationTokenSource

Func
Signature: 'T -> unit

The composed continutation with 'T for the current value

Fork me on GitHub