Introduction to Java Volatile Variables

preview_player
Показать описание
This video gives an overview of Java's volatile variables, focusing on how they provide concurrent programs with thread- safe mechanisms to read from & write to single variables.
Рекомендации по теме
Комментарии
Автор

This is the best explanation I have heard so far. I also love the hint of how this is implemented under the hood. It would be grate if can describe how concurrency is implemented at the assembly level.

mrshodz