On Fri Feb 2 16:48:38 2024 +0000, Esme Povirk wrote:
Does this need synchronization, at least to ensure the global object is only created once?
Should I create a CriticalSection? I was reading about `InterlockedCompareExchangePointer`, I'm not entirely sure if it works for this case.