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

Safe HaskellNone
LanguageHaskell2010

Control.Distributed.Raketka.Process.Send

Synopsis

Documentation

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

send message to ProcessId.

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

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

broadcast message to all known peers