diff options
author | MacroFake <falke.marco@gmail.com> | 2022-04-30 10:24:24 +0200 |
---|---|---|
committer | MacroFake <falke.marco@gmail.com> | 2022-07-13 15:20:49 +0200 |
commit | fa3b3cb9b5d944d34b1d5ac3e102ac333482a475 (patch) | |
tree | 9a338b793380212c0972c031681e59bb03a956b1 /src/wallet | |
parent | 1d89fc695a3aeb3e3dcadf371b7667572b38c836 (diff) |
Expose underlying clock in CThreadInterrupt
Overloading sleep_for is not needed, as
* seconds and minutes can be converted to milliseconds by the compiler,
not needing a duration_cast
* std::condition_variable::wait_for will convert milliseconds to the
duration type of the underlying clock
So simply expose the clock.
Diffstat (limited to 'src/wallet')
0 files changed, 0 insertions, 0 deletions