crossbeam-rs / crossbeam

Tools for concurrent programming in Rust
Apache License 2.0
7.48k stars 471 forks source link

Clearly document SegQueue is FIFO #1144

Closed tisonkun closed 3 weeks ago

tisonkun commented 1 month ago

Although a "queue" is typically FIFO, I found it unclear when I first read the doc and I have to read the code to verify it.