LowPlusPriority Module
Type extensions
| Type extension |
Description
|
Full Usage:
this.MergeSources
Parameters:
Async<^TResult1>
task : ^TaskLike2
Returns: Task<^TResult1 * ^TResult2>
Modifiers: inline Type parameters: ^TaskLike2, ^TResult1, ^TResult2, ^Awaiter2 (requires (member GetAwaiter : ^TaskLike2 -> ^Awaiter2) and :> System.Runtime.CompilerServices.ICriticalNotifyCompletion and (member get_IsCompleted : ^Awaiter2 -> Microsoft.FSharp.Core.bool) and (member GetResult : ^Awaiter2 -> ^TResult2)) |
Implementation of the `and!` operation for an async and a task-like value.
Extended Type:
|
Full Usage:
this.MergeSources
Parameters:
^TaskLike1
computation : Async<^TResult2>
Returns: Task<^TResult1 * ^TResult2>
Modifiers: inline Type parameters: ^TaskLike1, ^TResult1, ^TResult2, ^Awaiter1 (requires (member GetAwaiter : ^TaskLike1 -> ^Awaiter1) and :> System.Runtime.CompilerServices.ICriticalNotifyCompletion and (member get_IsCompleted : ^Awaiter1 -> Microsoft.FSharp.Core.bool) and (member GetResult : ^Awaiter1 -> ^TResult1)) |
Implementation of the `and!` operation for a task-like value and an async.
Extended Type:
|
Full Usage:
this.MergeSources
Parameters:
Async<^TResult1>
task : ^TaskLike2
Returns: Task<^TResult1 * ^TResult2>
Modifiers: inline Type parameters: ^TaskLike2, ^TResult1, ^TResult2, ^Awaiter2 (requires (member GetAwaiter : ^TaskLike2 -> ^Awaiter2) and :> System.Runtime.CompilerServices.ICriticalNotifyCompletion and (member get_IsCompleted : ^Awaiter2 -> Microsoft.FSharp.Core.bool) and (member GetResult : ^Awaiter2 -> ^TResult2)) |
Implementation of the `and!` operation for an async and a task-like value.
Extended Type:
|
Full Usage:
this.MergeSources
Parameters:
^TaskLike1
computation : Async<^TResult2>
Returns: Task<^TResult1 * ^TResult2>
Modifiers: inline Type parameters: ^TaskLike1, ^TResult1, ^TResult2, ^Awaiter1 (requires (member GetAwaiter : ^TaskLike1 -> ^Awaiter1) and :> System.Runtime.CompilerServices.ICriticalNotifyCompletion and (member get_IsCompleted : ^Awaiter1 -> Microsoft.FSharp.Core.bool) and (member GetResult : ^Awaiter1 -> ^TResult1)) |
Implementation of the `and!` operation for a task-like value and an async.
Extended Type:
|
FSharp.Core