top | item 43391693

(no title)

nebulous1 | 11 months ago

So, in the situation in the comment OP, with sychronized writes and and unsynchronized reads, what is this "happens before" stipulation prohibiting?

discuss

order

fashion-at-cost|11 months ago

A single reader thread cannot read a value written by a write, then later read a value written by a write that happens before the first write.