MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / scheduleEvery

Method scheduleEvery

src/scheduler.cpp:126–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126void CScheduler::scheduleEvery(CScheduler::Function f, int64_t deltaMilliSeconds)
127{
128 scheduleFromNow(boost::bind(&Repeat, this, f, deltaMilliSeconds), deltaMilliSeconds);
129}
130
131size_t CScheduler::getQueueInfo(boost::chrono::system_clock::time_point &first,
132 boost::chrono::system_clock::time_point &last) const

Callers 3

PeerLogicValidationMethod · 0.80
StartMethod · 0.80
StartMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected