Bitcoin
Public Member Functions | Private Attributes | List of all members
HTTPRPCTimer Class Reference
Inheritance diagram for HTTPRPCTimer:
RPCTimerBase

Public Member Functions

 HTTPRPCTimer (struct event_base *eventBase, std::function< void()> &func, int64_t millis)
 
- Public Member Functions inherited from RPCTimerBase
virtual ~RPCTimerBase ()
 

Private Attributes

HTTPEvent ev
 

Detailed Description

Simple one-shot callback timer to be used by the RPC mechanism to e.g. re-lock the wallet.

Constructor & Destructor Documentation

◆ HTTPRPCTimer()

HTTPRPCTimer::HTTPRPCTimer ( struct event_base *  eventBase,
std::function< void()> &  func,
int64_t  millis 
)
inline

Member Data Documentation

◆ ev

HTTPEvent HTTPRPCTimer::ev
private

The documentation for this class was generated from the following file: