Header menu logo FSharp.Core

LowPlusPriority Module

Type extensions

Type extension Description

this.MergeSources

Full Usage: this.MergeSources

Parameters:
    computation : Async<^TResult1>
    task : ^TaskLike2

Returns: Task<^TResult1 * ^TResult2>
Modifiers: inline
Type parameters: ^TaskLike2, ^TResult1, ^TResult2, ^Awaiter2

Implementation of the `and!` operation for an async and a task-like value.

Extended Type: TaskBuilder

computation : Async<^TResult1>
task : ^TaskLike2
Returns: Task<^TResult1 * ^TResult2>

this.MergeSources

Full Usage: this.MergeSources

Parameters:
    task : ^TaskLike1
    computation : Async<^TResult2>

Returns: Task<^TResult1 * ^TResult2>
Modifiers: inline
Type parameters: ^TaskLike1, ^TResult1, ^TResult2, ^Awaiter1

Implementation of the `and!` operation for a task-like value and an async.

Extended Type: TaskBuilder

task : ^TaskLike1
computation : Async<^TResult2>
Returns: Task<^TResult1 * ^TResult2>

this.MergeSources

Full Usage: this.MergeSources

Parameters:
    computation : Async<^TResult1>
    task : ^TaskLike2

Returns: Task<^TResult1 * ^TResult2>
Modifiers: inline
Type parameters: ^TaskLike2, ^TResult1, ^TResult2, ^Awaiter2

Implementation of the `and!` operation for an async and a task-like value.

Extended Type: BackgroundTaskBuilder

computation : Async<^TResult1>
task : ^TaskLike2
Returns: Task<^TResult1 * ^TResult2>

this.MergeSources

Full Usage: this.MergeSources

Parameters:
    task : ^TaskLike1
    computation : Async<^TResult2>

Returns: Task<^TResult1 * ^TResult2>
Modifiers: inline
Type parameters: ^TaskLike1, ^TResult1, ^TResult2, ^Awaiter1

Implementation of the `and!` operation for a task-like value and an async.

Extended Type: BackgroundTaskBuilder

task : ^TaskLike1
computation : Async<^TResult2>
Returns: Task<^TResult1 * ^TResult2>

Type something to start searching.