Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
115
inline
116
void TaskId::assignCurrentThread()
117
{
118
_threadId = std::this_thread::get_id();
119
}
120
121
inline
122
bool TaskId::isCoroutine() const
Callers
2
run
Method · 0.80
run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected