class CopyTunerClient::QueueWithTimeout

def pop(non_block = false)

def pop(non_block = false)
  pop_with_timeout(non_block ? 0 : nil)
end