c#中等待某個線程執行完後再執行某個線程

在方法的外部申請一個這樣的變量 CountdownEvent latch = new CountdownEvent(3); 好比如今執行的是方法a public void a() { int si=0,ei=0; Thread thread = new Thread(() => refreshData(si, ei)); thread .start(); thread = new Thread((
相關文章
相關標籤/搜索