Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoinxt/bitcoinxt
/ NewTimer
Method
NewTimer
src/httprpc.cpp:44–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
return
"HTTP"
;
43
}
44
RPCTimerBase* NewTimer(boost::function<void(void)>& func, int64_t millis)
45
{
46
return new HTTPRPCTimer(base, func, millis);
47
}
48
private:
49
struct event_base* base;
50
};
Callers
1
RPCRunLater
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected