@Deprecated
 public boolean next() {
   int amount = Settings.QUEUE.PARALLEL_THREADS;
   ExecutorCompletionService service = SetQueue.IMP.getCompleterService();
   long time = 20; // 30ms
   return next(amount, service, time);
 }