We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
In Atomics,
However there's a third potential state that the hardware enables: * `y = 2`: (thread 2 saw `x = 1`, but not `y = 3`, and then overwrote `y = 3`)
the last y = 3 should be y = 2.
y = 3
y = 2