#include "timer.hpp"


Public Member Functions | |
| virtual void | invokeAfterDelay (std::function< void()> handler)=0 |
| virtual | ~Timer ()=default |
Interface provide timer for yac implementation
|
virtualdefault |
|
pure virtual |
Invoke handler with class-specific strategy
| handler | - function, that will be invoked |
Implemented in iroha::consensus::yac::TimerImpl.