Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
HTTPRPCTimerInterface Class Reference
Inheritance diagram for HTTPRPCTimerInterface:
Collaboration diagram for HTTPRPCTimerInterface:
Public Member Functions | |
HTTPRPCTimerInterface (struct event_base *_base) | |
const char * | Name () override |
Implementation name. More... | |
RPCTimerBase * | NewTimer (std::function< void(void)> &func, int64_t millis) override |
Factory function for timers. More... | |
Public Member Functions inherited from RPCTimerInterface | |
virtual | ~RPCTimerInterface () |
Private Attributes | |
struct event_base * | base |
Detailed Description
Definition at line 45 of file httprpc.cpp.
Constructor & Destructor Documentation
◆ HTTPRPCTimerInterface()
|
inlineexplicit |
Definition at line 48 of file httprpc.cpp.
Member Function Documentation
◆ Name()
|
inlineoverridevirtual |
◆ NewTimer()
|
inlineoverridevirtual |
Factory function for timers.
RPC will call the function to create a timer that will call func in millis milliseconds.
- Note
- As the RPC mechanism is backend-neutral, it can use different implementations of timers. This is needed to cope with the case in which there is no HTTP server, but only GUI RPC console, and to break the dependency of pcserver on httprpc.
Implements RPCTimerInterface.
Definition at line 55 of file httprpc.cpp.
References base.
Member Data Documentation
◆ base
|
private |
Definition at line 60 of file httprpc.cpp.
Referenced by NewTimer().
The documentation for this class was generated from the following file:
- src/httprpc.cpp