Fabcoin Core
0.16.2
P2P Digital Currency
|
Simple one-shot callback timer to be used by the RPC mechanism to e.g. More...
Public Member Functions | |
HTTPRPCTimer (struct event_base *eventBase, std::function< void(void)> &func, int64_t millis) | |
Public Member Functions inherited from RPCTimerBase | |
virtual | ~RPCTimerBase () |
Private Attributes | |
HTTPEvent | ev |
Simple one-shot callback timer to be used by the RPC mechanism to e.g.
re-lock the wallet.
Definition at line 29 of file httprpc.cpp.
|
inline |
Definition at line 32 of file httprpc.cpp.
|
private |
Definition at line 41 of file httprpc.cpp.