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

Safe HaskellNone

Control.Distributed.Process.Internal.MessageT

Description

Add message sending capability to a monad

NOTE: Not thread-safe (you should not do concurrent sends within the same monad).

Synopsis

Documentation

payloadToMessage :: [ByteString] -> MessageSource

Deserialize a message

createMessage :: Serializable a => a -> MessageSource

Turn any serialiable term into a message