Rename classes

This commit is contained in:
King_DuckZ 2020-08-09 19:28:39 +01:00
parent 7fb055cd40
commit 9df60f074b
6 changed files with 27 additions and 28 deletions

View file

@ -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";