【发布时间】:2014-10-31 21:30:03
【问题描述】:
C# 线程 Detach / Joinable 函数在哪里?
在 C++ 11 中,这些函数可用:
thread::joinable()
thread::detach()
但在 .NET 中找不到它们 - 它们在哪里?
【问题讨论】:
-
我不相信有 1:1 的等价物,正如你所发现的那样。您可能需要检查stackoverflow.com/questions/6894635/…
标签: c# multithreading join detach