Package aleph.thread

Examples of aleph.thread.Call


   * @param join Stuff result object here.
   **/
  public synchronized void start(PE pe, Join join) {
    if (join != null)
      join.increment();
    Call call = new Call(join, this);
    try {
      cManager.send(pe, call);
    } catch (Exception e) {
      Aleph.panic(e);
    }
View Full Code Here

TOP

Related Classes of aleph.thread.Call

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.