Every N minutes we want to run through a list of tasks. So we\'ve created a task executor with a
do { DoWork(); }while(!stopRequested)
No
try { TimeUnit.MILLISECONDS.sleep(1000L); } catch (InterruptedException e) { // handle }