What I Touched This Week 2019-07-07
Atomics establishing a “happens before relationship” between parts of the program and the threads that are running them. SeqCst: all accesses on one thread that happen before and after a SeqCst access stay before and after it. Acquire: an acquire access ensures that every access after it stays after it. Release: a release access ensures that every access before it stays before it. Julio Biason .Net 4.0 - Things I Learnt The Hard Way (in 30 Years of Software Development)…