5455565758596061626364
TimeUnit.MILLISECONDS.sleep(50); continue; } PageURLMiningTask task = new PageURLMiningTask(targetURL); taskID2TaskMap.putIfAbsent(worker.addTask(task), task); TimeUnit.MILLISECONDS.sleep(100); } worker.stop();