MBrace.Core


LocalCloud<'T>

Namespace: MBrace.Core

Represents a machine-constrained cloud computation. The computation runs to completion as a locally executing in-memory computation. The computation may access concurrent shared memory and unserializable resources. When run will produce a value of type 'T, or raise an exception.

Fork me on GitHub