Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/quantum
/ taskId
Function
taskId
quantum/impl/quantum_local_impl.h:56–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
}
55
56
inline
57
TaskId taskId()
58
{
59
ITask::Ptr task = IQueue::getCurrentTask();
60
return task ? task->getTaskId() : TaskId(TaskId::ThisThreadTag{});
61
}
62
63
}}}
Callers
6
tryLockWrite
Method · 0.85
tryUpgradeToWriteImpl
Method · 0.85
unlockWrite
Method · 0.85
tryLock
Method · 0.85
unlock
Method · 0.85
TEST
Function · 0.85
Calls
2
TaskId
Class · 0.85
getTaskId
Method · 0.45
Tested by
1
TEST
Function · 0.68