Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/quantum
/ setNextTask
Method
setNextTask
quantum/impl/quantum_task_impl.h:142–143 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
140
ITaskContinuation::Ptr Task::getNextTask() { return _next; }
141
142
inline
143
void Task::setNextTask(ITaskContinuation::Ptr nextTask) { _next = nextTask; }
144
145
inline
146
ITaskContinuation::Ptr Task::getPrevTask() { return _prev.lock(); }
Callers
1
thenImpl
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected