CloudOperators
Namespace: MBrace.Core
collection of parallelism operators for the cloud
Functions and values
Function or value | Description |
( <||> ) 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: |