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

Method scheduleEvery

src/scheduler.cpp:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108void CScheduler::scheduleEvery(CScheduler::Function f, std::chrono::milliseconds delta)
109{
110 scheduleFromNow([this, f, delta] { Repeat(*this, f, delta); }, delta);
111}
112
113size_t CScheduler::getQueueInfo(std::chrono::steady_clock::time_point& first,
114 std::chrono::steady_clock::time_point& last) const

Callers 5

StartScheduledTasksMethod · 0.80
AppInitMainFunction · 0.80
StartMethod · 0.80
StartWalletsFunction · 0.80
GetLimiterMethod · 0.80

Calls 1

RepeatFunction · 0.85

Tested by 1

GetLimiterMethod · 0.64