futures-buffered
futures-buffered copied to clipboard
Loom for arc_slice
We can probably abstract the ArcSlice implementation away from the waker code. This should make it testable with loom as we only depend on core and alloc once we exclude the waker code with diatomicwaker.
Adding loom testing would help catch any potential race conditions in the impl.