Skip to content

Commit

Permalink
ref summary formalism
Browse files Browse the repository at this point in the history
Signed-off-by: Haile Lagi <[email protected]>
  • Loading branch information
hailelagi committed Nov 30, 2024
1 parent 08ba183 commit 2b81e1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/notes/atomics.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ Typically at least a pointer size -- in rust a [`usize`](https://doc.rust-lang.o

> A happens-before relationship is formed when an acquire-load operation observes the result of a release-store operation. In this case, the store and everything before it, happened before the load and everything after it.
super helpful summary: https://gist.github.com/kprotty/bb26b963441baf2ab3486a07fbf4762e

- AcqRel, SeqCst:
- *Consume

Expand Down

0 comments on commit 2b81e1c

Please sign in to comment.