1 Reply Latest reply on Jan 11, 2010 4:34 AM by jmesnil

    QueueImpl::list() method

    timfox

      Is this method really necessary any more? It's a very clunky method which locks the entire queue while it is running.

       

      The queue now has an iterator which can be used surely, which does not lock the queue?