distributed-process-0.5.5.1: Cloud Haskell: Erlang-style concurrency in Haskell

Safe HaskellNone
LanguageHaskell98

Control.Distributed.Process.Internal.Messaging

Synopsis

Documentation

impliesDeathOf :: Identifier -> Identifier -> Bool Source

a impliesDeathOf b is true if the death of a (for instance, a node) implies the death of b (for instance, a process on that node)

sendCtrlMsg Source

Arguments

:: Maybe NodeId

Nothing for the local node

-> ProcessSignal

Message to send

-> Process ()