Header menu logo fantomas

MultipleDiagnosticsLoggers Module

Functions and values

Function or value Description

Parallel computations

Full Usage: Parallel computations

Parameters:
    computations : Async<'T> seq

Returns: Async<'T array>

Run computations using Async.Parallel. Captures the diagnostics from each computation and commits them to the caller's logger preserving their order. When done, restores caller's build phase and diagnostics logger.

computations : Async<'T> seq
Returns: Async<'T array>

Sequential computations

Full Usage: Sequential computations

Parameters:
    computations : Async<'T> seq

Returns: Async<'T array>

Run computations sequentially starting immediately on the current thread.

computations : Async<'T> seq
Returns: Async<'T array>

Type something to start searching.