Rename classes
This commit is contained in:
parent
7fb055cd40
commit
9df60f074b
6 changed files with 27 additions and 28 deletions
|
@ -61,7 +61,7 @@ void join(threadpool_type& pool) {
|
|||
|
||||
void test() {
|
||||
roar11::ThreadPool pool(std::max(2U, std::thread::hardware_concurrency()) - 1);
|
||||
eve::EvThreadPool worker;
|
||||
eve::Eventia worker;
|
||||
pool.submit(worker.event_functor());
|
||||
|
||||
std::cout << "Instantiating html timer\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue