smol-rs / concurrent-queue

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

Replace cache_padded with crossbeam-utils #26

Closed notgull closed 2 years ago

notgull commented 2 years ago

concurrent-queue is far and ahead the largest user of the cache-padded crate. As per discussion in smol-rs/cache-padded#10, it should be replaced with the equivalent type in crossbeam-utils. This PR makes the conversion.