Esempio n. 1
0
 NioDatagramWorker nextWorker() {
   return workers[Math.abs(workerIndex.getAndIncrement() % workers.length)];
 }