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

Safe HaskellNone
LanguageHaskell2010

Transient.Move.Services

Description

 

Documentation

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

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

initService :: (Typeable * t, Show t, Read t) => t -> (Package, Program) -> Cloud Node Source #

findInNodes :: (MonadIO m, Alternative m) => (Package, Program) -> m [Node] Source #

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

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