mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 14:38:29 +01:00
bench: Use CCheckQueue local thread pool
This commit is contained in:
@@ -159,12 +159,6 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
//! Worker thread
|
||||
void Thread()
|
||||
{
|
||||
Loop(false /* worker thread */);
|
||||
}
|
||||
|
||||
//! Wait until execution finishes, and return whether all evaluations were successful.
|
||||
bool Wait()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user