improve unit tests
This commit is contained in:
@ -211,7 +211,7 @@ test_logger_threads(void)
|
||||
threads.emplace_back(
|
||||
std::thread([n,&running]{
|
||||
while (running) {
|
||||
mu_debug("log message from thread <{}>", n);
|
||||
//mu_debug("log message from thread <{}>", n);
|
||||
std::this_thread::yield();
|
||||
}
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user