class Concurrent::TimerSet

def ns_shutdown_execution

@!visibility private

`ExecutorService` callback called during shutdown.
def ns_shutdown_execution
  ns_reset_if_forked
  @queue.clear
  @timer_executor.kill
  stopped_event.set
end