Idea : Lock Free STD Collection
Rust Internals [Unofficial]
March 6, 2026
kornel:
> and still call it lock-free because it uses spinlocks
This is wrong, if it uses a spinlock the it is not even non-blocking, since progress of some other threads depends on the first thread releasing the (spin) lock.
Discussion in the ATmosphere