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
-
ITargetBlock<T>
- Inherited Members
- Extension Methods
Constructors
UnboundedTargetBlock(ITargetBlock<T>)
public UnboundedTargetBlock(ITargetBlock<T> inner)
Parameters
innerITargetBlock<T>
Properties
InputCompletion
public Task InputCompletion { get; }