We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f97ab0 commit 22623b6Copy full SHA for 22623b6
cpp/ConnectionState.cpp
@@ -92,7 +92,7 @@ void ConnectionState::doWork() {
92
// the queue is empty and not busy
93
{
94
std::unique_lock<std::mutex> g(workQueueMutex);
95
- workQueueConditionVariable.notify_all();
+ workQueueConditionVariable.notify_all();
96
}
97
98
0 commit comments