MCPcopy 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

146ITaskContinuation::Ptr Task::getPrevTask() { return _prev.lock(); }
147
148inline
149void Task::setPrevTask(ITaskContinuation::Ptr prevTask) { _prev = prevTask; }
150
151inline
152ITaskContinuation::Ptr Task::getFirstTask()

Callers 1

thenImplMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected