hawkw / thingbuf

in-place allocation-reusing queues for Rust
MIT License
293 stars 24 forks source link

chore: add test for mpsc::try_recv_ref, enable some loom tests #63

Closed name1e5s closed 2 years ago

name1e5s commented 2 years ago
hawkw commented 2 years ago

Unfortunately loom has not yet published the change that unblocks some of the blocking MPSC tests, so I think we are still waiting for v0.5.5 to re-enable those...

Edit: Oh, never mind, I forgot we had a git patch for now.