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

◆ AsynchronousChannel() [1/2]

System.Linq.Parallel.AsynchronousChannel< T >.AsynchronousChannel ( int index,
int chunkSize,
CancellationToken cancellationToken,
IntValueEvent consumerEvent )
inlinepackage

Definition at line 60 of file AsynchronousChannel.cs.

61 : this(index, 512, chunkSize, cancellationToken, consumerEvent)
62 {
63 }