transient-universe-0.4.4.1: Distributed computing with algebraic/monadic composability, map-reduce

Safe HaskellNone
LanguageHaskell2010

Transient.Move.Services

Description

 

Documentation

install :: String -> String -> String -> Int -> IO () Source #

name :: [Char] -> [Char] Source #

callService' :: (Typeable * a, Typeable * b, Read a, Read b, Show a, Show b) => t -> Node -> a -> Cloud b Source #

runService :: (Loggable a, Loggable b) => Service -> (a -> Cloud b) -> Cloud b Source #