mlpy.auxiliary.datastructs.FIFOQueue.extend

FIFOQueue.extend(items)[source]

Append a list of elements at the end of the queue.

Parameters:

items : list

List of elements.