Control.Distributed.Process.Closure

Serialization dictionaries (and their static versions)

data SerializableDict a

staticDecode

sdictUnit

sdictProcessId

sdictSendPort

sdictStatic

sdictClosure

The CP type and associated combinators

type CP a b

idCP

splitCP

returnCP

bindCP

seqCP

CP versions of Cloud Haskell primitives

cpLink

cpUnlink

cpRelay

cpSend

cpExpect

cpNewChan

Working with static values and closures (without Template Haskell)

type RemoteRegister

class MkTDict a

mkStaticVal

mkClosureValSingle

mkClosureVal

call'

Template Haskell support for creating static values and closures

remotable

remotableDecl

mkStatic

mkClosure

mkStaticClosure

functionSDict

functionTDict