Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
BoundingStateWithPostponedAndTask.cs
Go to the documentation of this file.
1
namespace
System.Threading.Tasks.Dataflow.Internal
;
2
3
internal
sealed
class
BoundingStateWithPostponedAndTask
<TInput> :
BoundingStateWithPostponed
<TInput>
4
{
5
internal
Task
TaskForInputProcessing
;
6
7
internal
BoundingStateWithPostponedAndTask
(
int
boundedCapacity)
8
: base(boundedCapacity)
9
{
10
}
11
}
System.Threading.Tasks.Dataflow.Internal.BoundingStateWithPostponedAndTask.BoundingStateWithPostponedAndTask
BoundingStateWithPostponedAndTask(int boundedCapacity)
Definition
BoundingStateWithPostponedAndTask.cs:7
System.Threading.Tasks.Dataflow.Internal.BoundingStateWithPostponedAndTask.TaskForInputProcessing
Task TaskForInputProcessing
Definition
BoundingStateWithPostponedAndTask.cs:5
System.Threading.Tasks.Dataflow.Internal.BoundingStateWithPostponedAndTask
Definition
BoundingStateWithPostponedAndTask.cs:4
System.Threading.Tasks.Dataflow.Internal.BoundingStateWithPostponed
Definition
BoundingStateWithPostponed.cs:7
System.Threading.Tasks.Task
Definition
Task.cs:14
System.Threading.Tasks.Dataflow.Internal
Definition
BatchedJoinBlockTarget.cs:4
source
System.Threading.Tasks.Dataflow
System.Threading.Tasks.Dataflow.Internal
BoundingStateWithPostponedAndTask.cs
Generated by
1.10.0