python
from simpleq import SimpleQ
python
python
python
python
python
python
python
from simpleq import SimpleQ
fifo_queue = SimpleQ()
data = fifo_queue.popleft()
data = fifo_queue.peek()
size = fifo_queue.size()
fifo_queue.clear()
size = fifo_queue.size()