为了在winforms中开始新的线程,ThreadPool简单来说很难被击败:
ThreadPool.QueueUserWorkItem(state =>
{
// put whatever should be done here
});
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
420 次 |
| 最近记录: |