Add TimerCreators
This commit is contained in:
parent
182e2148ac
commit
4dd78099f1
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ void test(oro::Api* api, oro::OriginsDB* db, std::size_t thread_count) {
|
||||||
auto timer_items = worker.make_timer<TimerItems>(0.5, &pool, api, db);
|
auto timer_items = worker.make_timer<TimerItems>(0.5, &pool, api, db);
|
||||||
auto timer_icons = worker.make_timer<TimerIcons>(1.0, &pool, api, db);
|
auto timer_icons = worker.make_timer<TimerIcons>(1.0, &pool, api, db);
|
||||||
auto timer_shops = worker.make_timer<TimerShops>(1.5, &pool, api, db);
|
auto timer_shops = worker.make_timer<TimerShops>(1.5, &pool, api, db);
|
||||||
|
auto timer_creat = worker.make_timer<TimerCreators>(2.0, &pool, api, db);
|
||||||
|
|
||||||
join(pool);
|
join(pool);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue