GH-721 Redo internal NetJob implementation.

NetJob is now using its own task queue and does not start more than 6 actions at the same time
This commit is contained in:
Petr Mrázek
2015-01-11 22:04:31 +01:00
parent 1151037f96
commit 0886786bb5
7 changed files with 130 additions and 46 deletions

View File

@ -478,6 +478,9 @@ SET(MULTIMC_SOURCES
logic/OneSixInstance.h
logic/OneSixInstance.cpp
# a smart pointer wrapper intended for safer use with Qt signal/slot mechanisms
logic/QObjectPtr.h
# Common utils for instances
logic/JarUtils.h
logic/JarUtils.cpp