smol-rs / concurrent-queue

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

Move test from unbounded.rs to bounded.rs #68

Closed notgull closed 4 months ago

notgull commented 4 months ago

Previously the force_push test was placed in unbounded.rs by accident