class Concurrent::RubyThreadPoolExecutor::Worker

def kill

def kill
  @thread.kill
end