![]() |
BSHA3
0.17.99
P2P Blockchain, based on Bitcoin
|
Public Member Functions | |
~QtRPCTimerInterface () | |
const char * | Name () |
Implementation name. More... | |
RPCTimerBase * | NewTimer (std::function< void()> &func, int64_t millis) |
Factory function for timers. More... | |
![]() | |
virtual | ~RPCTimerInterface () |
Definition at line 117 of file rpcconsole.cpp.
|
inline |
Definition at line 120 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 122 of file rpcconsole.cpp.