MCPcopy Create free account
hub / github.com/ElementsProject/elements / scheduleEvery

Method scheduleEvery

src/scheduler.cpp:112–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112void CScheduler::scheduleEvery(CScheduler::Function f, std::chrono::milliseconds delta)
113{
114 scheduleFromNow([=] { Repeat(*this, f, delta); }, delta);
115}
116
117size_t CScheduler::getQueueInfo(std::chrono::system_clock::time_point& first,
118 std::chrono::system_clock::time_point& last) const

Callers 4

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

Calls 1

RepeatFunction · 0.85

Tested by

no test coverage detected