Is this singleton pattern implementation thread safe?
I have an implementation of a Singleton pattern like this, with a very simplified use-case to more easily illustrate what I am trying to do:
I have an implementation of a Singleton pattern like this, with a very simplified use-case to more easily illustrate what I am trying to do: