A Pipeline computation expression builder.
Instance member | Description |
Full Usage:
this.Combine
Parameters:
'T
arg1 : 'T
|
|
Full Usage:
this.Delay
Parameters:
unit -> 'T
Returns: 'T
|
|
Full Usage:
desc desc
Parameters:
string
-
|
|
Full Usage:
this.For
Parameters:
unit
x : unit -> unit
|
|
|
|
|
|
|
|
Full Usage:
run_parallel_maybe steps cond
Parameters:
Step list
-
The steps to conditionally run in parallel.
cond : bool
-
The condition that must be true for the steps to run.
|
|
|
|
Full Usage:
this.Yield
Parameters:
unit
|
|
Full Usage:
this.Zero
|