```
The boost::this_thread::interruption_point() in the code base currently
block the replacement of boost::thread with std::thread. [1]
Remove them from the wallet because they are either unused or useless.
```
Backport of core [[https://github.com/bitcoin/bitcoin/pull/18792 | PR18792]].
Depends on D8615.