MCPcopy Create free account
hub / github.com/bloomberg/quantum / assignCurrentThread

Method assignCurrentThread

quantum/impl/quantum_task_id_impl.h:115–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115inline
116void TaskId::assignCurrentThread()
117{
118 _threadId = std::this_thread::get_id();
119}
120
121inline
122bool TaskId::isCoroutine() const

Callers 2

runMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected