List container

Hi, is there any juce container that can be used to implement a queue?
thanks
Daniel

I don’t actually have a dedicated queue container, which is a bit odd, really! The standard c++ library has various classes for queues, of course…