![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#include <rpcexecutor.h>
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 66 of file rpcexecutor.h.
|
inline |
Definition at line 69 of file rpcexecutor.h.
|
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 71 of file rpcexecutor.h.