class CopyTunerClient::Poller

def stop

def stop
  @mutex.synchronize do
    @command_queue.uniq_push(:stop)
    @thread.join if @thread
    @thread = nil
  end
end