Idl.Make
SourceThe module !T
, the RPC
MONAD
transformer, defines the minimal set of types and functions needed for the !GenClient
and !GenServer
modules to generate clients and servers. These allow to provide different syncronous and asynctronous engines for the client and server implementations.
!ErrM
defines monad to use for the implementation and combination of RPC functions
This module generates a server that dispatches RPC calls to their implementations.