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

◆ BoundedChannel()

System.Threading.Channels.BoundedChannel< T >.BoundedChannel ( int bufferedCapacity,
BoundedChannelFullMode mode,
bool runContinuationsAsynchronously,
Action< T > itemDropped )
inlinepackage

Definition at line 458 of file BoundedChannel.cs.

References System.Threading.Channels.BoundedChannel< T >._bufferedCapacity, System.Threading.Channels.BoundedChannel< T >._completion, System.Threading.Channels.BoundedChannel< T >._itemDropped, System.Threading.Channels.BoundedChannel< T >._mode, and System.Threading.Channels.BoundedChannel< T >._runContinuationsAsynchronously.