G
Guest
Am I right to assmune that setting a boolean varialbe is not inherently thread safe? This being the case is there a simple way for me to make it thread safe seeing as SyncLock will not work on a value type and Interlocked.Exchange() only works for Integfers and Single