|
Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
| class | CachedGenericDelegates |
Package Functions | |
| delegate bool | KeepAlivePredicate< TStateIn, TStateOut > (TStateIn stateIn, out TStateOut stateOut) |
Static Package Attributes | |
| static readonly DataflowMessageHeader | SingleMessageHeader = new DataflowMessageHeader(1L) |
| static readonly Task< bool > | CompletedTaskWithTrueResult = CreateCachedBooleanTask(value: true) |
| static readonly Task< bool > | CompletedTaskWithFalseResult = CreateCachedBooleanTask(value: false) |
| static readonly TaskCompletionSource< VoidResult > | CompletedVoidResultTaskCompletionSource = CreateCachedTaskCompletionSource<VoidResult>() |
| static readonly TimeSpan | InfiniteTimeSpan = Timeout.InfiniteTimeSpan |
| static readonly Action< Exception > | AsyncExceptionHandler = ThrowAsync |
Static Private Member Functions | |
| static void | StoreStringIntoExceptionData (Exception exception, string key, string value) |
| static Task< bool > | CreateCachedBooleanTask (bool value) |
| static TaskCompletionSource< T > | CreateCachedTaskCompletionSource< T > () |
| static Exception | StartTaskSafeCore (Task task, TaskScheduler scheduler) |
| static void | PropagateCompletionAsContinuation (Task sourceCompletionTask, IDataflowBlock target) |