transient-universe-0.6.0.1: fully composable remote execution for the creation of distributed systems

Safe HaskellNone
LanguageHaskell2010

Transient.Move.PubSub

Contents

Synopsis

Documentation

unsuscribe :: Typeable a => String -> a -> Cloud () Source #

publish :: (Typeable a, Loggable a) => String -> a -> Cloud () Source #

foldPublish :: (Loggable a1, Loggable a2) => (Cloud a2 -> Cloud a3 -> Cloud a3) -> Cloud a3 -> [Node] -> String -> Cloud a2 -> Cloud a1 Source #

executes proc in all the nodes suscribed to key

Orphan instances