MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / subTaskSucceeded

Method subTaskSucceeded

launcher/tasks/ConcurrentTask.cpp:108–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108void ConcurrentTask::subTaskSucceeded(Task::Ptr task)
109{
110 m_done.insert(task.get(), task);
111 m_doing.remove(task.get());
112
113 disconnect(task.get(), 0, this, 0);
114
115 updateState();
116
117 startNext();
118}
119
120void ConcurrentTask::subTaskFailed(Task::Ptr task, const QString& msg)
121{

Callers

nothing calls this directly

Calls 3

insertMethod · 0.80
getMethod · 0.45
removeMethod · 0.45

Tested by

no test coverage detected