Package erjang

Examples of erjang.EInternalPort.call()


      throw ERT.badarg(port, operation, data);
    }

    // TODO: improve exception handling/wrapping here so we get
    // ErlangException types only!
    return p.call(proc, op.value, data);
  }

  @BIF
  static EPort open_port(EProc proc, EObject portName, EObject portSetting)
      throws Pausable {
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.