Remove a link to a remote mailbox or Erlang process. This method removes a link created with {@link #link link()}. Links are idempotent; calling this method once will remove all links between this mailbox and the remote {@link OtpErlangPid pid}.
@param to the {@link OtpErlangPid pid} representing the object to unlinkfrom.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|