mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-01 03:01:09 +02:00
[index] Allow TxIndex sync thread to be interrupted.
This commit is contained in:
@ -18,6 +18,7 @@
|
||||
class CThreadInterrupt
|
||||
{
|
||||
public:
|
||||
CThreadInterrupt();
|
||||
explicit operator bool() const;
|
||||
void operator()();
|
||||
void reset();
|
||||
|
Reference in New Issue
Block a user