We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 035d73b commit 3d4e33eCopy full SHA for 3d4e33e
src/ESPressio_ThreadSafe.hpp
@@ -56,7 +56,7 @@ namespace ESPressio {
56
57
~Mutex() {
58
// Check if the mutex is locked....
59
- if (!_mutex.try_lock()) { _mutex.unlock() };
+ if (!_mutex.try_lock()) { _mutex.unlock(); }
60
}
61
// Methods
62
T Get() {
0 commit comments