Exemplo n.º 1
0
 void start() {
   sched.start(core);
   core.getExecutor().execute(this, name);
   sched.queueFillRequestStarterQueue();
 }