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

◆ SupportsParallelExecution

bool System.Threading.Tasks.Dataflow.ExecutionDataflowBlockOptions.SupportsParallelExecution
getpackage

Definition at line 54 of file ExecutionDataflowBlockOptions.cs.

55 {
56 get
57 {
59 {
60 return _maxDegreeOfParallelism > 1;
61 }
62 return true;
63 }
64 }