Module Message.Channel
Message channels.
See the Channel Messaging API.
type t
The type for
MessageChannel
objects.
val port1 : t -> Port.t
port c
is the first port ofc
. The port attached to the context that created the channel.
val port2 : t -> Port.t
port2 c
is the second port ofc
. The port attached to the context at the other end of the channel.