FsMake


Builder Type

A ParallelMaybelist computation expression builder.

Used with ParallelMaybeBuilders.run_parallel_maybes

Constructors

Constructor Description

Builder()

Full Usage: Builder()

Returns: Builder
Returns: Builder

Instance members

Instance member Description

run_maybe step cond

Full Usage: run_maybe step cond

Parameters:
    step : Step - The Step to add.
    cond : bool - The condition that must be true for the step to run.

Returns: ParallelMaybe list Updated state of the computation expression.

Adds a Step that will be run when cond is true.

step : Step

The Step to add.

cond : bool

The condition that must be true for the step to run.

Returns: ParallelMaybe list

Updated state of the computation expression.

run step

Full Usage: run step

Parameters:
Returns: ParallelMaybe list Updated state of the computation expression.

Adds a Step that will always be run.

step : Step

The Step to add.

Returns: ParallelMaybe list

Updated state of the computation expression.

this.Yield

Full Usage: this.Yield

Parameters:
    arg0 : 'a

Returns: ParallelMaybe list
arg0 : 'a
Returns: ParallelMaybe list