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 eb431cf commit 541d80cCopy full SHA for 541d80c
src/lib/Lib/ExecutionContext.cpp
@@ -59,7 +59,7 @@ report(
59
UndocumentedInfoSet&& undocumented)
60
{
61
InfoSet info = std::move(results);
62
- std::unique_lock write_lock(mutex_);
+ std::unique_lock<std::shared_mutex> write_lock(mutex_);
63
64
// Add all new Info to the existing set.
65
info_.merge(info);
0 commit comments