Type | Description |
Function or value | Description |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
bindWithOptions token continuationOptions scheduler f m
Parameters:
CancellationToken
continuationOptions : TaskContinuationOptions
scheduler : TaskScheduler
f : 'T -> Task<'U>
m : Task<'T>
Returns: Task<'U>
Modifiers: inline Type parameters: 'T, 'U |
|
|
|
|
|
|
|
Full Usage:
mapWithOptions token continuationOptions scheduler f m
Parameters:
CancellationToken
continuationOptions : TaskContinuationOptions
scheduler : TaskScheduler
f : 'a -> 'b
m : Task<'a>
Returns: Task<'b>
Modifiers: inline |
|
|
|
|
|
|
Active pattern | Description |
Full Usage:
(|AggregateExn|_|) e
Parameters:
exn
Returns: exn list option
|