MCPcopy Create free account
hub / github.com/OpenArkStudio/ARK / AddIntervalSchedule

Method AddIntervalSchedule

src/plugin/utility/src/AFCScheduleModule.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36void AFCScheduleModule::AddIntervalSchedule(const std::chrono::system_clock::duration interval, SCHEDULER_FUNCTOR&& cb)
37{
38 scheduler->interval(interval, std::forward<SCHEDULER_FUNCTOR>(cb));
39}
40
41void AFCScheduleModule::AddAtSchedule(const std::string& target_time, SCHEDULER_FUNCTOR&& cb)
42{

Callers

nothing calls this directly

Calls 1

intervalMethod · 0.80

Tested by

no test coverage detected