private void shoutDown() {
   handler.removeCallbacks(handlerRun);
   executor.shoutDown();
 }