# File lib/mongo/server/connection_pool/queue.rb, line 141
        def dequeue
          check_count_invariants
          dequeue_connection
        ensure
          check_count_invariants
        end