.NET: Start a thread as suspended

Posted by Ikaso on Stack Overflow See other posts from Stack Overflow or by Ikaso
Published on 2010-05-09T14:14:23Z Indexed on 2010/05/09 14:18 UTC
Read the original article Hit count: 181

Filed under:
|

In unmanaged code you can create a thread in suspended state. In .NET Framework I can't find this option. Is it because the Thread constructor puts the thread in a suspended state? Is there other reasons why this is not supported?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about multithreading