Functor Channel_factory.MakeTransportChanSrc


module MakeTransportChanSrc: 
functor (DescriptorTypes : sig
type group_dsc 
type transport_dsc 
end) -> MakeChanSrc(MakeTransportChanTypes(DescriptorTypes))
Parameters:
DescriptorTypes : sig type group_dsc type transport_dsc end

include DescriptorTypes
type msg = Config.message 
type req = Config.request 
include struct ... end
val init : 'a -> 'b -> unit lazy_t
module type ToBoundedChannelSig = ToBoundedChannelSig  with 
      type to_chan = dsc and type send_req = req
module Make: 
functor (ToChannel : ToBoundedChannelSig) -> sig .. end