Header menu logo IcedTasks

ParallelAsyncBuilderUsingStartImmediateAsTask Type

Async computation expression which allows for parallel execution of asyncs with the applicative (and!) syntax. This this FSharpAsync.StartImmediateAsTask to start async computations in parallel.

Constructors

Constructor Description

ParallelAsyncBuilderUsingStartImmediateAsTask()

Full Usage: ParallelAsyncBuilderUsingStartImmediateAsTask()

Returns: ParallelAsyncBuilderUsingStartImmediateAsTask
Returns: ParallelAsyncBuilderUsingStartImmediateAsTask

Instance members

Instance member Description

this.MergeSources

Full Usage: this.MergeSources

Parameters:
Returns: Async<'T * 'T1>
Modifiers: inline
Type parameters: 'T, 'T1

Called for and! in computation expressions.

t1 : Async<'T>
t2 : Async<'T1>
Returns: Async<'T * 'T1>

Type something to start searching.