smol-rs / concurrent-queue

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

Add more tests for force_push #70

Closed notgull closed 4 months ago

notgull commented 4 months ago

This commit adds more tests for the force_push functionality. These tests are copied from the corresponding crossbeam implementation.

We also add a clone of the "spsc" test that uses force_push.