Open ethomson opened 3 years ago
Add a mutex around the configuration values using a CriticalSection on Windows and futex on Linux. This ensures that we have thread safety around the configuration value updates.
CriticalSection
Fixes #42
Add a mutex around the configuration values using a
CriticalSection
on Windows and futex on Linux. This ensures that we have thread safety around the configuration value updates.Fixes #42