Exemplo n.º 1
0
 /**
  * Determine the {@link OtpErlangPid pid} corresponding to a registered name
  * on this {@link OtpNode node}.
  *
  * This method calls a method with the same name in {@link OtpNode#whereis
  * Otpnode} but is provided here for convenience.
  */
 public OtpErlangPid WhereIs(string name) => home.WhereIs(name);