MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / SetExecutorThread

Method SetExecutorThread

CobaltFusion/Executor.cpp:173–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173void Executor::SetExecutorThread()
174{
175 m_threadId = std::this_thread::get_id();
176}
177
178void Executor::SetExecutorThread(std::thread::id id)
179{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected