How to safely share data between threads in C++ (especially for processing stuff in the background using wxWidgets).
Code:
https://github.com/lszl84/wx_data_sha...
0:00 Intro
5:00 Grid Visualisation
10:17 Mutexes
14:13 Working Example
16:00 wxTimer for Rendering
17:23 Why We Need Mutexes
24:18 Conclusion