Commit Graph

2 Commits

Author SHA1 Message Date
62f31c1436
scheduler: add thread_sleep, use const& param
All checks were successful
continuous-integration/drone/push Build is passing
2022-01-17 04:42:59 +01:00
03578f9016
accumulator: refactor entropy_src,add files
All checks were successful
continuous-integration/drone/push Build is passing
* add event_scheduler_impl.h and properly override its base class
* add urandom_entropy_src.cpp, move there logic from header
* add urandom_entropy_src.cpp to CMakeLists.txt
* add unique_ptr per impl: one for both EventSchedulerImpl and
  EventAdderImpl each
* wrap a call in reinterpret_cast and reformat code
* add missing includes (best effort)
2022-01-13 05:40:33 +01:00