qthreads
qthreads copied to clipboard
Remove Hand-Implemented Atomics
Given that we now have a hard dependency on stdatomic.h, we should also drop our old hand-implemented atomics entirely to reduce the maintenance burden and opportunities for bugs going forward.