Explore >> Select a destination


You are here

www.playembedded.org
| | loonytek.com
4.0 parsecs away

Travel
| | 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
4.7 parsecs away

Travel
| | My notes on "Operating Systems: Three Easy Pieces" - part 2, Concurrency
| | jakascorner.com
3.1 parsecs away

Travel
| | [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
33.1 parsecs away

Travel
| A high-level guide to making a CHIP-8 emulator.