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:
@ -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
|
||||
|
Reference in New Issue
Block a user