Davin Chia (Airbyte)
AbstractQueue
(struct.toString()
) without overriding toString
actually empties the queue.. thanks @charles for the assist!user
04/14/2021, 12:49 AMuser
04/14/2021, 3:01 PMuser
04/14/2021, 3:14 PMToString
of a queue does not empty the queue, and neither does running a foreach
over it to get at all its elements. I can see a decent argument for the latter being suboptimal behavior, but it's not "obviously" correct or incorrect.user
04/14/2021, 3:18 PM