Example #1
0
 private Context createWorkerContext() {
   getBackgroundPool();
   return new WorkerContext(this, orderedFact.getExecutor());
 }
Example #2
0
 public Context createEventLoopContext() {
   getBackgroundPool();
   NioWorker worker = getCorePool().nextWorker();
   return new EventLoopContext(this, orderedFact.getExecutor(), worker);
 }