I understand that the TPL does not necessarily create a new thread for every task in a parallel set, but does it always create at least one? eg:
private void MyF
DoSomethingTimely will get called very quickly, but what does that have to do with creating a new thread, or adding the task to a queue?