MBrace.Core


Cloud<'T>

Namespace: MBrace.Core

Represents a distributed cloud computation. Constituent parts of the computation may be serialized, scheduled and may migrate between different distributed execution contexts. If the computation accesses concurrent shared memory then replace by a more constrained "local" workflow.
When run will produce a value of type 'T, or raise an exception.

Record Fields

Record FieldDescription
body
Signature: Body<'T>
Modifiers: mutable
Fork me on GitHub