Task Module
Functions and values
| Function or value |
Description
|
Full Usage:
apply func
Parameters:
'a -> 'b
Returns: 'a -> Task<'b>
Modifiers: inline Type parameters: 'a, 'b |
|
|
|
Full Usage:
fromResult value
Parameters:
'U
Returns: Task<'U>
Modifiers: inline Type parameters: 'U |
Creates a Task<'U> that's completed successfully with the specified result.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
FSharp.Control.TaskSeq