def _queue_request(self, n): bisect.insort(self._queue, n) if not self._in_flight: self._consume_queue()