MCPcopy Create free account
hub / github.com/ChunelFeng/CGraph / init

Method init

src/GraphCtrl/GraphDaemon/GDaemon.cpp:11–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9#include "GDaemon.h"
10
11CGRAPH_NAMESPACE_BEGIN
12
13CStatus GDaemon::init() {
14 CGRAPH_FUNCTION_BEGIN
15 timer_.start(interval_, [this] {
16 daemonTask(param_);
17 }, [this] {
18 return modify(param_);
19 });
20 CGRAPH_FUNCTION_END
21}
22
23
24CStatus GDaemon::destroy() {

Callers 1

GStageManager.hFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected