CodeFactor review
This commit is contained in:
@@ -40,10 +40,8 @@ IOContextRunner::stop()
|
||||
|
||||
IOContextRunner::~IOContextRunner()
|
||||
{
|
||||
|
||||
stop();
|
||||
|
||||
for (std::thread& t : _threads)
|
||||
t.join();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user