smol-rs / concurrent-queue

Concurrent multi-producer multi-consumer queue
Apache License 2.0
254 stars 21 forks source link

feat: Add the try_iter method #36

Closed notgull closed 1 year ago

notgull commented 1 year ago

See here for the discussion that led to this PR. This PR adds a method similar to the try_iter method in the mpsc interface that drains the queue until it is empty.