Request: use higher n_cores than the number of cores in my CPU

Sometimes, I want to use more threads than the number of cores in my CPU. It appears that it's currently limited to the number of physical cores.

An example of a time I want to do this is when each apply function relies on network IO, for example, and is thus not bounded by computational power at all.