Package erjang

Examples of erjang.EInternalPort.control()


    ByteBuffer cmd = flatten(ovec);
   
    // TODO: improve exception handling/wrapping here so we get
    // ErlangException types only!
    return p.control(proc, op.value, cmd);
  }

  private static ByteBuffer flatten(List<ByteBuffer> ovec) {
    if (ovec.size() == 0) {
      return EMPTY_BYTEBUFFER;
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.