Plasma GitLab Archive
Projects Blog Knowledge

Module type Netplex_mbox.MBOX

module type MBOX = sig .. end
The type of mailboxes mbox with messages of type t

type t 
The type of messages
type mbox 
The type of the mailboxes
val create : string -> mbox
Creates a new mailbox with the passed name, or opens an existing mailbox. Names are global to the whole Netplex process system.
val send : mbox -> t -> unit
Send a message to this box. If the box is full, it is waited until the box is free again. If several senders wait for the box, one sender is selected.
val receive : mbox -> t
Receive a message: It is waited until a sender puts a message into the box. If several receivers wait for the box, one receiver is selected.
This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml