Enum AsyncLambdaFlags
Represents flags controlling dynamic compilation of asynchronous lambda expression.
Namespace: DotNext .Metaprogramming
Assembly: DotNext.Metaprogramming.dll
Syntax
[Flags]
public enum AsyncLambdaFlags
Fields
Name | Description |
---|---|
None | No special behavior must be applied. |
UseTaskPooling | Use task pooling instead of memory allocation. |
UseValueTask | The returned type of the asynchronous lambda expression must be represented by
Value |