Terraria v1.4.4.9
Terraria source code documentation
|
This is the complete list of members for System.Threading.Tasks.Parallel, including all inherited members.
CheckTimeoutReached(int timeoutOccursAt) | System.Threading.Tasks.Parallel | inlineprivatestatic |
ComputeTimeoutPoint(int timeoutLength) | System.Threading.Tasks.Parallel | inlineprivatestatic |
DefaultDegreeOfParallelism | System.Threading.Tasks.Parallel | privatestatic |
For(int fromInclusive, int toExclusive, Action< int > body) | System.Threading.Tasks.Parallel | inlinestatic |
For(long fromInclusive, long toExclusive, Action< long > body) | System.Threading.Tasks.Parallel | inlinestatic |
For(int fromInclusive, int toExclusive, ParallelOptions parallelOptions, Action< int > body) | System.Threading.Tasks.Parallel | inlinestatic |
For(long fromInclusive, long toExclusive, ParallelOptions parallelOptions, Action< long > body) | System.Threading.Tasks.Parallel | inlinestatic |
For(int fromInclusive, int toExclusive, Action< int, ParallelLoopState > body) | System.Threading.Tasks.Parallel | inlinestatic |
For(long fromInclusive, long toExclusive, Action< long, ParallelLoopState > body) | System.Threading.Tasks.Parallel | inlinestatic |
For(int fromInclusive, int toExclusive, ParallelOptions parallelOptions, Action< int, ParallelLoopState > body) | System.Threading.Tasks.Parallel | inlinestatic |
For(long fromInclusive, long toExclusive, ParallelOptions parallelOptions, Action< long, ParallelLoopState > body) | System.Threading.Tasks.Parallel | inlinestatic |
For< TLocal >(int fromInclusive, int toExclusive, Func< TLocal > localInit, Func< int, ParallelLoopState, TLocal, TLocal > body, Action< TLocal > localFinally) | System.Threading.Tasks.Parallel | inlinestatic |
For< TLocal >(long fromInclusive, long toExclusive, Func< TLocal > localInit, Func< long, ParallelLoopState, TLocal, TLocal > body, Action< TLocal > localFinally) | System.Threading.Tasks.Parallel | inlinestatic |
For< TLocal >(int fromInclusive, int toExclusive, ParallelOptions parallelOptions, Func< TLocal > localInit, Func< int, ParallelLoopState, TLocal, TLocal > body, Action< TLocal > localFinally) | System.Threading.Tasks.Parallel | inlinestatic |
For< TLocal >(long fromInclusive, long toExclusive, ParallelOptions parallelOptions, Func< TLocal > localInit, Func< long, ParallelLoopState, TLocal, TLocal > body, Action< TLocal > localFinally) | System.Threading.Tasks.Parallel | inlinestatic |
ForEach< TSource >(IEnumerable< TSource > source, Action< TSource > body) | System.Threading.Tasks.Parallel | inlinestatic |
ForEach< TSource >(IEnumerable< TSource > source, ParallelOptions parallelOptions, Action< TSource > body) | System.Threading.Tasks.Parallel | inlinestatic |
ForEach< TSource >(IEnumerable< TSource > source, Action< TSource, ParallelLoopState > body) | System.Threading.Tasks.Parallel | inlinestatic |
ForEach< TSource >(IEnumerable< TSource > source, ParallelOptions parallelOptions, Action< TSource, ParallelLoopState > body) | System.Threading.Tasks.Parallel | inlinestatic |
ForEach< TSource >(IEnumerable< TSource > source, Action< TSource, ParallelLoopState, long > body) | System.Threading.Tasks.Parallel | inlinestatic |
ForEach< TSource >(IEnumerable< TSource > source, ParallelOptions parallelOptions, Action< TSource, ParallelLoopState, long > body) | System.Threading.Tasks.Parallel | inlinestatic |
ForEach< TSource >(Partitioner< TSource > source, Action< TSource > body) | System.Threading.Tasks.Parallel | inlinestatic |
ForEach< TSource >(Partitioner< TSource > source, Action< TSource, ParallelLoopState > body) | System.Threading.Tasks.Parallel | inlinestatic |
ForEach< TSource >(OrderablePartitioner< TSource > source, Action< TSource, ParallelLoopState, long > body) | System.Threading.Tasks.Parallel | inlinestatic |
ForEach< TSource >(Partitioner< TSource > source, ParallelOptions parallelOptions, Action< TSource > body) | System.Threading.Tasks.Parallel | inlinestatic |
ForEach< TSource >(Partitioner< TSource > source, ParallelOptions parallelOptions, Action< TSource, ParallelLoopState > body) | System.Threading.Tasks.Parallel | inlinestatic |
ForEach< TSource >(OrderablePartitioner< TSource > source, ParallelOptions parallelOptions, Action< TSource, ParallelLoopState, long > body) | System.Threading.Tasks.Parallel | inlinestatic |
ForEach< TSource, TLocal >(IEnumerable< TSource > source, Func< TLocal > localInit, Func< TSource, ParallelLoopState, TLocal, TLocal > body, Action< TLocal > localFinally) | System.Threading.Tasks.Parallel | inlinestatic |
ForEach< TSource, TLocal >(IEnumerable< TSource > source, ParallelOptions parallelOptions, Func< TLocal > localInit, Func< TSource, ParallelLoopState, TLocal, TLocal > body, Action< TLocal > localFinally) | System.Threading.Tasks.Parallel | inlinestatic |
ForEach< TSource, TLocal >(IEnumerable< TSource > source, Func< TLocal > localInit, Func< TSource, ParallelLoopState, long, TLocal, TLocal > body, Action< TLocal > localFinally) | System.Threading.Tasks.Parallel | inlinestatic |
ForEach< TSource, TLocal >(IEnumerable< TSource > source, ParallelOptions parallelOptions, Func< TLocal > localInit, Func< TSource, ParallelLoopState, long, TLocal, TLocal > body, Action< TLocal > localFinally) | System.Threading.Tasks.Parallel | inlinestatic |
ForEach< TSource, TLocal >(Partitioner< TSource > source, Func< TLocal > localInit, Func< TSource, ParallelLoopState, TLocal, TLocal > body, Action< TLocal > localFinally) | System.Threading.Tasks.Parallel | inlinestatic |
ForEach< TSource, TLocal >(OrderablePartitioner< TSource > source, Func< TLocal > localInit, Func< TSource, ParallelLoopState, long, TLocal, TLocal > body, Action< TLocal > localFinally) | System.Threading.Tasks.Parallel | inlinestatic |
ForEach< TSource, TLocal >(Partitioner< TSource > source, ParallelOptions parallelOptions, Func< TLocal > localInit, Func< TSource, ParallelLoopState, TLocal, TLocal > body, Action< TLocal > localFinally) | System.Threading.Tasks.Parallel | inlinestatic |
ForEach< TSource, TLocal >(OrderablePartitioner< TSource > source, ParallelOptions parallelOptions, Func< TLocal > localInit, Func< TSource, ParallelLoopState, long, TLocal, TLocal > body, Action< TLocal > localFinally) | System.Threading.Tasks.Parallel | inlinestatic |
ForEachAsync< TSource >(IEnumerable< TSource > source, Func< TSource, CancellationToken, ValueTask > body) | System.Threading.Tasks.Parallel | inlinestatic |
ForEachAsync< TSource >(IEnumerable< TSource > source, CancellationToken cancellationToken, Func< TSource, CancellationToken, ValueTask > body) | System.Threading.Tasks.Parallel | inlinestatic |
ForEachAsync< TSource >(IEnumerable< TSource > source, ParallelOptions parallelOptions, Func< TSource, CancellationToken, ValueTask > body) | System.Threading.Tasks.Parallel | inlinestatic |
ForEachAsync< TSource >(IEnumerable< TSource > source, int dop, TaskScheduler scheduler, CancellationToken cancellationToken, Func< TSource, CancellationToken, ValueTask > body) | System.Threading.Tasks.Parallel | inlineprivatestatic |
ForEachAsync< TSource >(IAsyncEnumerable< TSource > source, Func< TSource, CancellationToken, ValueTask > body) | System.Threading.Tasks.Parallel | inlinestatic |
ForEachAsync< TSource >(IAsyncEnumerable< TSource > source, CancellationToken cancellationToken, Func< TSource, CancellationToken, ValueTask > body) | System.Threading.Tasks.Parallel | inlinestatic |
ForEachAsync< TSource >(IAsyncEnumerable< TSource > source, ParallelOptions parallelOptions, Func< TSource, CancellationToken, ValueTask > body) | System.Threading.Tasks.Parallel | inlinestatic |
ForEachAsync< TSource >(IAsyncEnumerable< TSource > source, int dop, TaskScheduler scheduler, CancellationToken cancellationToken, Func< TSource, CancellationToken, ValueTask > body) | System.Threading.Tasks.Parallel | inlineprivatestatic |
ForEachWorker< TSource, TLocal >(IEnumerable< TSource > source, ParallelOptions parallelOptions, Action< TSource > body, Action< TSource, ParallelLoopState > bodyWithState, Action< TSource, ParallelLoopState, long > bodyWithStateAndIndex, Func< TSource, ParallelLoopState, TLocal, TLocal > bodyWithStateAndLocal, Func< TSource, ParallelLoopState, long, TLocal, TLocal > bodyWithEverything, Func< TLocal > localInit, Action< TLocal > localFinally) | System.Threading.Tasks.Parallel | inlineprivatestatic |
ForEachWorker< TSource, TLocal >(TSource[] array, ParallelOptions parallelOptions, Action< TSource > body, Action< TSource, ParallelLoopState > bodyWithState, Action< TSource, ParallelLoopState, long > bodyWithStateAndIndex, Func< TSource, ParallelLoopState, TLocal, TLocal > bodyWithStateAndLocal, Func< TSource, ParallelLoopState, long, TLocal, TLocal > bodyWithEverything, Func< TLocal > localInit, Action< TLocal > localFinally) | System.Threading.Tasks.Parallel | inlineprivatestatic |
ForEachWorker< TSource, TLocal >(IList< TSource > list, ParallelOptions parallelOptions, Action< TSource > body, Action< TSource, ParallelLoopState > bodyWithState, Action< TSource, ParallelLoopState, long > bodyWithStateAndIndex, Func< TSource, ParallelLoopState, TLocal, TLocal > bodyWithStateAndLocal, Func< TSource, ParallelLoopState, long, TLocal, TLocal > bodyWithEverything, Func< TLocal > localInit, Action< TLocal > localFinally) | System.Threading.Tasks.Parallel | inlineprivatestatic |
ForWorker64< TLocal >(long fromInclusive, long toExclusive, ParallelOptions parallelOptions, Action< long > body, Action< long, ParallelLoopState > bodyWithState, Func< long, ParallelLoopState, TLocal, TLocal > bodyWithLocal, Func< TLocal > localInit, Action< TLocal > localFinally) | System.Threading.Tasks.Parallel | inlineprivatestatic |
ForWorker< TLocal >(int fromInclusive, int toExclusive, ParallelOptions parallelOptions, Action< int > body, Action< int, ParallelLoopState > bodyWithState, Func< int, ParallelLoopState, TLocal, TLocal > bodyWithLocal, Func< TLocal > localInit, Action< TLocal > localFinally) | System.Threading.Tasks.Parallel | inlineprivatestatic |
Invoke(params Action[] actions) | System.Threading.Tasks.Parallel | inlinestatic |
Invoke(ParallelOptions parallelOptions, params Action[] actions) | System.Threading.Tasks.Parallel | inlinestatic |
PartitionerForEachWorker< TSource, TLocal >(Partitioner< TSource > source, ParallelOptions parallelOptions, Action< TSource > simpleBody, Action< TSource, ParallelLoopState > bodyWithState, Action< TSource, ParallelLoopState, long > bodyWithStateAndIndex, Func< TSource, ParallelLoopState, TLocal, TLocal > bodyWithStateAndLocal, Func< TSource, ParallelLoopState, long, TLocal, TLocal > bodyWithEverything, Func< TLocal > localInit, Action< TLocal > localFinally) | System.Threading.Tasks.Parallel | inlineprivatestatic |
ReduceToSingleCancellationException(ICollection exceptions, CancellationToken cancelToken) | System.Threading.Tasks.Parallel | inlineprivatestatic |
s_defaultParallelOptions | System.Threading.Tasks.Parallel | packagestatic |
s_forkJoinContextID | System.Threading.Tasks.Parallel | packagestatic |
ThrowSingleCancellationExceptionOrOtherException(ICollection exceptions, CancellationToken cancelToken, Exception otherException) | System.Threading.Tasks.Parallel | inlineprivatestatic |