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
graph BT
Type-->Base0["object"]
Type["AsyncExtensions"]
class Type type-node
Syntax
public static class AsyncExtensions
Methods
| Name | Return Value | Summary |
|---|---|---|
| SingleAsync |
Task |
static
|
| SingleAsync |
Task |
static
|
| ThenAsync |
Task |
static
|