104: Multithreading. Singleton Mistakes.
May 10, 2016•12 min
Episode description
There is a big problem with Singletons especially in the C++ language. It is not obvious how to get them to work with multiple threads. You want one instance in your entire application and how do you handle the race condition when multiple threads ask for the instance at the same time?
For the best experience, listen in Metacast app for iOS or Android
