MCPcopy 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

140ITaskContinuation::Ptr Task::getNextTask() { return _next; }
141
142inline
143void Task::setNextTask(ITaskContinuation::Ptr nextTask) { _next = nextTask; }
144
145inline
146ITaskContinuation::Ptr Task::getPrevTask() { return _prev.lock(); }

Callers 1

thenImplMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected