Beispiel #1
0
 public void TerminateThreads()
 {
     thread.terminate = true;
     thread           = null;
 }
Beispiel #2
0
 public void CreateThread()
 {
     thread = new VertexCaluationJob();
     MyJobSystem.AddnPerfromJob(thread);
 }