Header menu logo IcedTasks

ParallelAsyncs Module

Contains the different parallelAsync type builders.

Functions and values

Function or value Description

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.

Returns: ParallelAsyncBuilderUsingStartImmediateAsTask

parallelAsyncUsingStartChild

Full Usage: parallelAsyncUsingStartChild

Returns: ParallelAsyncBuilderUsingStartChild

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

Returns: ParallelAsyncBuilderUsingStartChild

parallelAsyncUsingStartImmediateAsTask

Full Usage: parallelAsyncUsingStartImmediateAsTask

Returns: ParallelAsyncBuilderUsingStartImmediateAsTask

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.

Returns: ParallelAsyncBuilderUsingStartImmediateAsTask

Type something to start searching.