Page MenuHomePhabricator

wallet: Remove boost from PeriodicFlush
ClosedPublic

Authored by Fabien on Dec 7 2020, 12:58.

Details

Reviewers
majcosta
Group Reviewers
Restricted Project
Commits
rABC4a00dfee75c0: wallet: Remove boost from PeriodicFlush
Summary
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 PR18792.

Depends on D8615.

Test Plan
ninja all check-all

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable