class Concurrent::RubySingleThreadExecutor

def kill_execution

@!visibility private
def kill_execution
  @queue.clear
  @thread.kill if alive?
end