class Concurrent::RubyThreadPoolExecutor

def kill_execution

@!visibility private
def kill_execution
  @queue.clear
  drain_pool
end