MCPcopy 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
127inline
128int Task::getQueueId() const
129{
130 return _queueId;
131}
132
133inline
134ITask::Type Task::getType() const { return _type; }

Callers 5

runMethod · 0.45
thenImplMethod · 0.45
postImplMethod · 0.45
postMethod · 0.45
postAsyncIoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected