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

Safe HaskellNone
LanguageHaskell2010

Transient.Move.Services

Description

 

Documentation

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

catchc :: Exception e => Cloud a -> (e -> Cloud a) -> Cloud a Source #

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