Module JoinCom.C

module C: sig .. end
Consumers

type 'a t = {
   put :('a * bool Join.chan) Join.chan; (*Submit item*)
   close :unit -> unit; (*Signal end of items*)
}