コード例 #1
0
ファイル: thread.cs プロジェクト: iLanceS/fastCSharp
 internal void Stop()
 {
     task.Type = callType.None;
     waitHandle.Set();
 }