mirror of
https://github.com/monero-project/monero.git
synced 2025-12-15 15:49:02 -05:00
Second thread pool for IO
This commit is contained in:
parent
c9cfa25183
commit
28f25c0dbc
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