Convenience extensions to handle sync-over-async scenarios in tests. These extensions should
not be used in production code due to being slower and hacky.
- Namespace
- Statiq
.Common - Base Types
-
- object
Syntax
public static class AsyncExtensions
Methods
Name | Return Value | Summary |
---|---|---|
SingleAsync |
Task |
static
|
SingleAsync |
Task |
static
|
ThenAsync |
Task |
static
|