MCPcopy Create free account
hub / github.com/3rdparty/libprocess / initialize

Method initialize

src/grpc.cpp:125–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123
124
125void Runtime::RuntimeProcess::initialize()
126{
127 // The looper thread can only be created here since it need to happen
128 // after `queue` is initialized.
129 CHECK(!looper);
130 looper.reset(new std::thread(&RuntimeProcess::loop, this));
131}
132
133
134void Runtime::RuntimeProcess::finalize()

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected