Examples of node_going_down()


Examples of erjang.EPeer.node_going_down()

    if ((task.status & EDriverTask.ERTS_PORT_SFLG_DISTRIBUTION) != 0) {
     
      EPeer node = task.node();
     
      if (node != null) {
        node.node_going_down(port(), reason);
      }
     
      task.status &= ~EDriverTask.ERTS_PORT_SFLG_DISTRIBUTION;
    }
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.