Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
DebugView (ActionBlock< TInput > actionBlock) | |
Properties | |
IEnumerable< TInput > | InputQueue [get] |
QueuedMap< ISourceBlock< TInput >, DataflowMessageHeader > | PostponedMessages [get] |
int | CurrentDegreeOfParallelism [get] |
ExecutionDataflowBlockOptions | DataflowBlockOptions [get] |
bool | IsDecliningPermanently [get] |
bool | IsCompleted [get] |
int | Id [get] |
Private Attributes | |
readonly ActionBlock< TInput > | _actionBlock |
readonly TargetCore< TInput >.DebuggingInformation | _defaultDebugInfo |
readonly SpscTargetCore< TInput >.DebuggingInformation | _spscDebugInfo |
Definition at line 12 of file ActionBlock.cs.