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

◆ CompletionTaskSource

Definition at line 54 of file WriteOnceBlock.cs.

55 {
56 get
57 {
58 if (_lazyCompletionTaskSource == null)
59 {
60 Interlocked.CompareExchange(ref _lazyCompletionTaskSource, new TaskCompletionSource<VoidResult>(), null);
61 }
63 }
64 }
TaskCompletionSource< VoidResult > _lazyCompletionTaskSource

Referenced by System.Threading.Tasks.Dataflow.WriteOnceBlock< T >.CompleteBlock().