Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreesmTeam/FreesmLauncher
/ addTask
Method
addTask
launcher/tasks/ConcurrentTask.cpp:59–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
void ConcurrentTask::addTask(Task::Ptr task)
60
{
61
m_queue.append(task);
62
}
63
64
void ConcurrentTask::executeTask()
65
{
Callers
15
EnsureMetadataTask
Method · 0.80
collectHashes
Method · 0.80
validateZIPResources
Method · 0.80
executeTask
Method · 0.80
executeTask
Method · 0.80
runInfoJob
Method · 0.80
downloadTPs
Method · 0.80
installMods
Method · 0.80
updateMods
Method · 0.80
changeModVersion
Method · 0.80
on_actionUpload_triggered
Method · 0.80
downloadRPs
Method · 0.80
Calls
1
append
Method · 0.80
Tested by
5
run
Method · 0.64
test_basicConcurrentRun
Method · 0.64
test_moreConcurrentRun
Method · 0.64
test_basicSequentialRun
Method · 0.64
test_basicMultipleOptionsRun
Method · 0.64