Exemplo n.º 1
0
 public static void WaitForThread(ulong threadHandle)
 => Native.WaitForSingleObject(threadHandle, uint.MaxValue);