MBrace local cluster simulator


WorkerManager

Namespace: MBrace.Thespian.Runtime

WorkerManager actor reference used for handling MBrace.Thespian worker instances

Instance members

Instance memberDescription
IsAlive(worker)
Signature: worker:IWorkerId -> Async<bool>

Checks if worker id is still sending heartbeats.

UnSubscribe(worker)
Signature: worker:IWorkerId -> Async<unit>

Revokes worker subscription for given id.

Static members

Static memberDescription
Create(...)
Signature: (localStateF:LocalStateFactory * heartbeatThreshold:TimeSpan option * heartbeatInterval:TimeSpan option) -> WorkerManager

Creates a new worker manager instance running in the local process.

Fork me on GitHub