Volatile is a keyword that allows you to turn off certain optimizations. Unfortunately, it is also used incorrectly many times as a way to synchronize threads.
...more
View all episodesBy Take Up Code: build your own computer games, apps, and robotics with podcasts and live classes
4.8
111111 ratings
103: Multithreading. Volatile.
Volatile is a keyword that allows you to turn off certain optimizations. Unfortunately, it is also used incorrectly many times as a way to synchronize threads.