We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The docs mentions the following:
The following example is identical to the previous one, except that it calls the Thread(ParameterizedThreadStart) constructor.
However, in the code block, this is what's happening:
var th = new Thread(ExecuteInForeground);