Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
TargetCoreOptions.cs
Go to the documentation of this file.
1
namespace
System.Threading.Tasks.Dataflow.Internal
;
2
3
[Flags]
4
internal
enum
TargetCoreOptions
:
byte
5
{
6
None
= 0,
7
UsesAsyncCompletion
= 1,
8
RepresentsBlockCompletion
= 2
9
}
System.Threading.Tasks.Dataflow.Internal.TargetCoreOptions
TargetCoreOptions
Definition
TargetCoreOptions.cs:5
System.Threading.Tasks.Dataflow.Internal.TargetCoreOptions.None
@ None
System.Threading.Tasks.Dataflow.Internal.TargetCoreOptions.RepresentsBlockCompletion
@ RepresentsBlockCompletion
System.Threading.Tasks.Dataflow.Internal.TargetCoreOptions.UsesAsyncCompletion
@ UsesAsyncCompletion
System.Threading.Tasks.Dataflow.Internal
Definition
BatchedJoinBlockTarget.cs:4
source
System.Threading.Tasks.Dataflow
System.Threading.Tasks.Dataflow.Internal
TargetCoreOptions.cs
Generated by
1.10.0