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

Method getNextTask

quantum/impl/quantum_task_impl.h:139–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137TaskId Task::getTaskId() const { return _taskId; }
138
139inline
140ITaskContinuation::Ptr Task::getNextTask() { return _next; }
141
142inline
143void Task::setNextTask(ITaskContinuation::Ptr nextTask) { _next = nextTask; }

Callers 1

handleSuccessMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected