Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/quantum
/ setPrevTask
Method
setPrevTask
quantum/impl/quantum_task_impl.h:148–149 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
146
ITaskContinuation::Ptr Task::getPrevTask() { return _prev.lock(); }
147
148
inline
149
void Task::setPrevTask(ITaskContinuation::Ptr prevTask) { _prev = prevTask; }
150
151
inline
152
ITaskContinuation::Ptr Task::getFirstTask()
Callers
1
thenImpl
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected