Definition at line 44 of file httprpc.cpp.
HTTPRPCTimerInterface::HTTPRPCTimerInterface |
( |
struct event_base * |
_base | ) |
|
|
inline |
const char* HTTPRPCTimerInterface::Name |
( |
| ) |
|
|
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 54 of file httprpc.cpp.
struct event_base* HTTPRPCTimerInterface::base |
|
private |
The documentation for this class was generated from the following file: