ValueTask Module
Contains functional helper functions for composing and converting
Functions and values
| Function or value | Description |
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
ValueTask.singleton item
Parameters:
'item
-
The item to be the result of the ValueTask.
Returns: ValueTask<'item>
A ValueTask with the item as the result.
Modifiers: inline Type parameters: 'item |
|
|
|
|
|
|
|
|
IcedTasks