MCPcopy Create free account
hub / github.com/dmlc/dmlc-core / start

Method start

include/dmlc/thread_group.h:693–698  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

691 */
692 template<typename Function>
693 static void start(std::shared_ptr<TimerThread> timer_thread,
694 Duration duration,
695 Function function) {
696 timer_thread->duration_ = duration;
697 launch_run(timer_thread, function);
698 }
699
700 /*!
701 * \brief Internal timer execution function

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected