Threads pausing and resuming c#

前端 未结 5 1335
心在旅途
心在旅途 2021-01-13 19:39

I\'ve got several threads ,how can I pause/resume them?


From duplicate question:

How can i pause 5 threads, and to remember their status. Because one o

5条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-13 20:16

    You have to use synchronisation techniques

    MSDN Thread Synchronization

提交回复
热议问题