One debug message slipped away
This commit is contained in:
parent
5e7d0a33cc
commit
85c240b53d
1 changed files with 2 additions and 0 deletions
|
@ -76,6 +76,8 @@ void test(oro::Api* api, oro::OriginsDB* db, std::size_t thread_count) {
|
||||||
auto timer_creat = worker.make_event<TimerCreators>(2.0, &pool, api, db);
|
auto timer_creat = worker.make_event<TimerCreators>(2.0, &pool, api, db);
|
||||||
|
|
||||||
worker.wait();
|
worker.wait();
|
||||||
|
#if !defined(NDEBUG)
|
||||||
std::cout << "all tasks completed\n";
|
std::cout << "all tasks completed\n";
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
} //namespace duck
|
} //namespace duck
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue