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

Safe HaskellNone
LanguageHaskell2010

Transient.Move.Services

Description

 

Documentation

pathExe :: Show a => t -> [Char] -> a -> [Char] Source #

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

initService :: Eq a => a -> (Package, Program) -> Cloud Node Source #

requestService :: (Eq a1, Eq a) => a -> a1 -> Cloud Bool Source #

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