Example #1
0
 /**
  * Close this mailbox with the given reason.
  *
  * After this operation, the mailbox will no longer be able to receive
  * messages. Any delivered but as yet unretrieved messages can still be
  * retrieved however.
  *
  * If there are links from this mailbox to other {@link OtpErlangPid pids},
  * they will be broken when this method is called and exit signals will be
  * sent.
  */
 public void Exit(IOtpErlangObject reason) => home.CloseMbox(this, reason);