|
You are here |
www.playembedded.org | ||
| | | | |
loonytek.com
|
|
| | | | | In this post, I will talk about usage of volatile fields in Java and how volatile is different from synchronized. Both volatile and synchronized are used in multi-threaded programs to get some degree of thread safety depending on the operations performed by different threads. Consider the following piece of code class VolatileDemo { private int... | |
| | | | |
river.me
|
|
| | | | | My notes on "Operating Systems: Three Easy Pieces" - part 2, Concurrency | |
| | | | |
jakascorner.com
|
|
| | | | | [AI summary] The article explains data races in concurrent programming and demonstrates how to use mutexes to resolve them, illustrated with C++ code examples. | |
| | | | |
tobiasvl.github.io
|
|
| | | A high-level guide to making a CHIP-8 emulator. | ||