![]() |
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... | |
Public Member Functions inherited from RPCTimerInterface | |
| 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.
1.8.14