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

Safe HaskellNone
LanguageHaskell2010

Control.Distributed.Raketka.HandleMsg

Synopsis

Documentation

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

both Info with Ping and ordinary Messages

calls

depending on message type

handleWhereIsReply :: Content tag ps s c => Tagged tag (Server ps s) -> WhereIsReply -> Process () Source #

handles replies to whereisRemoteAsync, run on init in Control.Distributed.Raketka.Master