Fabcoin Core
0.16.2
P2P Digital Currency
|
Public Member Functions | |
~QtRPCTimerInterface () | |
const char * | Name () |
Implementation name. More... | |
RPCTimerBase * | NewTimer (std::function< void(void)> &func, int64_t millis) |
Factory function for timers. More... | |
Public Member Functions inherited from RPCTimerInterface | |
virtual | ~RPCTimerInterface () |
Definition at line 119 of file rpcconsole.cpp.
|
inline |
Definition at line 122 of file rpcconsole.cpp.
|
inlinevirtual |
|
inlinevirtual |
Factory function for timers.
RPC will call the function to create a timer that will call func in millis milliseconds.
Implements RPCTimerInterface.
Definition at line 124 of file rpcconsole.cpp.