104: Multithreading. Singleton Mistakes. - a podcast by Take Up Code: build your own computer games, apps, and robotics with podcasts and live classes

from 2016-05-10T06:22:22

:: ::

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?

Further episodes of Take Up Code

Further podcasts by Take Up Code: build your own computer games, apps, and robotics with podcasts and live classes

Website of Take Up Code: build your own computer games, apps, and robotics with podcasts and live classes