CodeFactor review

This commit is contained in:
emeric
2021-05-20 16:50:46 +02:00
parent b59596699a
commit 1477fa125e
5 changed files with 0 additions and 6 deletions
-2
View File
@@ -40,10 +40,8 @@ IOContextRunner::stop()
IOContextRunner::~IOContextRunner()
{
stop();
for (std::thread& t : _threads)
t.join();
}