swap-buffer-queue
swap-buffer-queue copied to clipboard
A buffering MPSC queue.
Results
2
swap-buffer-queue issues
Sort by
recently updated
recently updated
newest added
Loom integration lacks `UnsafeCell`, because the way I was using them was not compatible with it. However, testing with MIRI made me [realize][https://github.com/rust-lang/miri/issues/2920) that my use was bad, and I...
Hello ! First thank you for your amazing work, your crates are amazing ! I am using this mpsc queue, but In some cases, I need to support the try_force_enqueue...