IO threads - why need them?
Does anybody have a blogpost/article that explains in a deep way how IO threads work (can be .net framework resource).
Can they mix with worker-threads in the execution of a single task that has both IO calls and also does compute-bound work?
Can they mix with worker-threads in the execution of a single task that has both IO calls and also does compute-bound work?
