Closed MohMaGen closed 1 month ago
pop hasn't this requirements and works fine. But pop_first break in loops like this:
pop
pop_first
while (try current = queue.pop_first()) { // do smth. }
So, I just remove this lines and everything works fine.
Quite right!
pop
hasn't this requirements and works fine. Butpop_first
break in loops like this:So, I just remove this lines and everything works fine.