Package erjang

Examples of erjang.ErlangExitSignal


    final Throwable t = new Throwable();
    mbox.put(new EPortControl() {
     
      @Override
      public void execute() throws Exception, Pausable {
        throw new ErlangExitSignal(am_normal, t);
      }
     
    });
  }
View Full Code Here

TOP

Related Classes of erjang.ErlangExitSignal

Copyright © 2018 www.massapicom. 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.