3 references to DataflowBlock
System.Threading.Tasks.Dataflow (3)
Base\DataflowBlock.cs (2)
251
/// <see cref="System.Threading.Tasks.Dataflow.
DataflowBlock
.SendAsync{TInput}(ITargetBlock{TInput}, TInput)">SendAsync</see>,
2465
Target = new ActionBlock<TOutput>((Func<TOutput, Task>)ProcessItemAsync,
DataflowBlock
._nonGreedyExecutionOptions);
Blocks\ActionBlock.cs (1)
272
/// <see cref="System.Threading.Tasks.Dataflow.
DataflowBlock
.SendAsync{TInput}(ITargetBlock{TInput}, TInput)">SendAsync</see>,