class CopyTunerClient::Poller

def start

def start
  Thread.new { poll } or logger.error("Couldn't start poller thread")
end