rpc-framework-0.0.0.1: a remote procedure call framework

Safe HaskellNone

Network.Remote.RPC.Internal.MultiServer

Documentation

newtype AIO a Source

Constructors

AIO (ReaderT State IO a) 

send :: (Show a, MonadIO m) => Handle -> a -> m ()Source

recv :: (Read a, MonadIO m) => Handle -> m aSource

safeFind :: (Ord k, Show k) => Map k a -> k -> aSource