Class TaskExtensions
Inherited Members
Namespace: PoeShared.Scaffolding
Assembly: PoeShared.dll
Syntax
public static class TaskExtensions
Fields
Name | Description |
---|---|
SleepLowPrecisionThresholdMs | |
SleepWarningThresholdMs |
Methods
Name | Description |
---|---|
AndForget(Task, bool) | Task will be awaited and exceptions will be forwarded to RxApp.DefaultExceptionHandler. |
Sleep(int) | |
Sleep(int, IFluentLog) | |
Sleep(CancellationToken, int) | |
Sleep(CancellationToken, int, IFluentLog) | |
Sleep(CancellationToken, TimeSpan) | |
Sleep(CancellationToken, TimeSpan, IFluentLog) | |
Sleep(TimeSpan) |