swap-buffer-queue icon indicating copy to clipboard operation
swap-buffer-queue copied to clipboard

Complete loom integration and use it in tests

Open wyfo opened this issue 1 year ago • 0 comments

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 fixed it. Loom UnsafeCell should be reintegrated.

wyfo avatar Jun 30 '23 22:06 wyfo