transient-universe-0.5.0.0: Remote execution and map-reduce: distributed computing for Transient

Safe HaskellNone
LanguageHaskell2010

Transient.Move.Services

Description

 

Documentation

findInNodes :: Service -> TransIO [Node] Source #

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

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

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

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