MCPcopy Create free account
hub / github.com/LUX-Core/lux / NewTimer

Method NewTimer

src/httprpc.cpp:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 return "HTTP";
49 }
50 RPCTimerBase* NewTimer(boost::function<void(void)>& func, int64_t millis)
51 {
52 return new HTTPRPCTimer(base, func, millis);
53 }
54private:
55 struct event_base* base;
56};

Callers 1

RPCRunLaterFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected