Table of Contents

Class UnboundedTargetBlock<T>

Namespace
CounterpointCollective.Dataflow
Assembly
Dataflow.Composable.dll

Will always accept messages until it is explicitly told to complete or fault.

public sealed class UnboundedTargetBlock<T> : ITargetBlock<T>, IDataflowBlock

Type Parameters

T
Inheritance
UnboundedTargetBlock<T>
Implements
Inherited Members
Extension Methods

Constructors

UnboundedTargetBlock(ITargetBlock<T>)

public UnboundedTargetBlock(ITargetBlock<T> inner)

Parameters

inner ITargetBlock<T>

Properties

InputCompletion

public Task InputCompletion { get; }

Property Value

Task