Files
bitcoin/ci/test
MacroFake fa3b3cb9b5 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.
2022-07-13 15:20:49 +02:00
..
2022-04-04 11:57:06 +02:00
2022-04-30 09:23:56 +02:00