I am using the task library for the image compression service. I would compress a lot of concurrency files. But I want the service to start only when the user is idle (or no more impotent task in the program).
I know that threadPool does not support the function "change thread priority", so the task also supports this function.
Can I develop this functionality at a higher level of control (e.g. TaskScheduler priority)
source
share