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

Method AddAtSchedule

src/plugin/utility/src/AFCScheduleModule.cpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41void AFCScheduleModule::AddAtSchedule(const std::string& target_time, SCHEDULER_FUNCTOR&& cb)
42{
43 scheduler->at(target_time, std::forward<SCHEDULER_FUNCTOR>(cb));
44}
45
46} // namespace ark

Callers

nothing calls this directly

Calls 1

atMethod · 0.45

Tested by

no test coverage detected