Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
137
TaskId Task::getTaskId() const { return _taskId; }
138
139
inline
140
ITaskContinuation::Ptr Task::getNextTask() { return _next; }
141
142
inline
143
void Task::setNextTask(ITaskContinuation::Ptr nextTask) { _next = nextTask; }
Callers
1
handleSuccess
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected