MBrace.Core


CloudOperators

Namespace: MBrace.Core

collection of parallelism operators for the cloud

Functions and values

Function or valueDescription
( <||> ) left right
Signature: left:Cloud<'a> -> right:Cloud<'b> -> Cloud<'a * 'b>
Type parameters: 'a, 'b

Combines two cloud computations into one that executes them in parallel.

CompiledName: op_LessBarBarGreater

Fork me on GitHub