Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/quantum
/ getQueueId
Method
getQueueId
quantum/impl/quantum_task_impl.h:127–131 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
125
}
126
127
inline
128
int Task::getQueueId() const
129
{
130
return _queueId;
131
}
132
133
inline
134
ITask::Type Task::getType() const { return _type; }
Callers
5
run
Method · 0.45
thenImpl
Method · 0.45
postImpl
Method · 0.45
post
Method · 0.45
postAsyncIo
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected