Package aleph.thread

Examples of aleph.thread.Scheduler.exec()


        System.setErr(new PrintStream(new aleph.comm.OutputStream()));
      }
      // run user's app
      if (thisPE.index == 0) {
        Scheduler scheduler = Scheduler.getScheduler();
        scheduler.exec(args);
      }
    } catch (Exception e) {
      Aleph.panic(e);
    }
  }
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.