Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ _cancelCts

readonly Action<object> System.Threading.Tasks.Dataflow.DataflowBlock._cancelCts
staticprivate
Initial value:
= delegate(object state)
{
((CancellationTokenSource)state).Cancel();
}

Definition at line 1221 of file DataflowBlock.cs.

1222 {
1223 ((CancellationTokenSource)state).Cancel();
1224 };

Referenced by System.Threading.Tasks.Dataflow.DataflowBlock.ReceiveCoreByLinking< TOutput >().