Bitcoin Core 28.99.0
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()> &func, int64_t millis) | |
Public Member Functions inherited from RPCTimerBase | |
virtual | ~RPCTimerBase ()=default |
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 38 of file httprpc.cpp.
|
inline |
|
private |
Definition at line 50 of file httprpc.cpp.