ValueTask Module
Functions and values
| Function or value |
Description
|
A successfully completed ValueTask of boolean that has the value false.
|
|
A successfully completed ValueTask of boolean that has the value true.
|
|
Full Usage:
fromResult value
Parameters:
'T
Returns: ValueTask<'T>
Modifiers: inline Type parameters: 'T |
Creates a ValueTask with the supplied result of the successful operation.
|
|
|
Full Usage:
ofSource taskSource version
Parameters:
IValueTaskSource<bool>
version : int16
Returns: ValueTask<bool>
Modifiers: inline |
Initializes a new instance of ValueTask with an IValueTaskSource representing its operation.
|
|
FSharp.Control.TaskSeq