raketka-1.0: basic distributed-process node with configurable peers

Safe HaskellNone
LanguageHaskell2010

Control.Distributed.Raketka.Process.Send

Synopsis

Documentation

sendRemote :: Content c => Tagged c Server -> ProcessId -> Message c -> STM () Source #

send message to ProcessId.

Other ways of sending messages are not implemented to keep the code basic.

sendRemoteAll :: Content c => Tagged c Server -> Message c -> STM () Source #

broadcast message to all known peers