mirror of
https://github.com/monero-project/monero.git
synced 2025-09-28 18:29:33 -04:00
Second thread pool for IO
This commit is contained in:
parent
7cbae6ca98
commit
6adf03cdc5
8 changed files with 17 additions and 13 deletions
|
@ -778,7 +778,7 @@ inline bool do_replay_events_get_core(std::vector<test_event_entry>& events, cry
|
|||
|
||||
t_test_class validator;
|
||||
bool ret = replay_events_through_core<t_test_class>(c, events, validator);
|
||||
tools::threadpool::getInstance().recycle();
|
||||
tools::threadpool::getInstanceForCompute().recycle();
|
||||
// c.deinit();
|
||||
return ret;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue