SimpleDataflow.Create method (1 of 2)

Starts a linear pipeline of data using TPL Dataflow.

public static SimpleDataflow<ValueTuple> Create(CancellationToken cancellationToken = default)

See Also


SimpleDataflow.Create<T> method (2 of 2)

Starts a linear pipeline of data using TPL Dataflow.

public static SimpleDataflow<T> Create<T>(IEnumerable<T> initial, 
    CancellationToken cancellationToken = default)

See Also