mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 22:50:59 +01: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