def get_nowait(self): """ Receives ANY message whatever is the first or raises. :raises queue.Empty: If the queue is empty """ return self.queue_.get_nowait()