ethomson / test

2 stars 1 forks source link

Use a mutex around the configuration values #1

Open ethomson opened 3 years ago

ethomson commented 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.

Fixes #42