Another new project from Irwin RodrÃguez: FoxQueue provides a first-in, first-out (FIFO) queue class. You can add items to the end of the queue and remove them from the start or remove all the items. You can also peek at the top item without removing it.