Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
BoundedChannelFullMode.cs
Go to the documentation of this file.
1
namespace
System.Threading.Channels
;
2
3
public
enum
BoundedChannelFullMode
4
{
5
Wait
,
6
DropNewest
,
7
DropOldest
,
8
DropWrite
9
}
System.Threading.Channels.BoundedChannelFullMode
BoundedChannelFullMode
Definition
BoundedChannelFullMode.cs:4
System.Threading.Channels.BoundedChannelFullMode.Wait
@ Wait
System.Threading.Channels.BoundedChannelFullMode.DropWrite
@ DropWrite
System.Threading.Channels.BoundedChannelFullMode.DropOldest
@ DropOldest
System.Threading.Channels.BoundedChannelFullMode.DropNewest
@ DropNewest
System.Threading.Channels
Definition
AsyncOperation.cs:6
source
System.Threading.Channels
System.Threading.Channels
BoundedChannelFullMode.cs
Generated by
1.10.0