示例#1
0
 public void Stop()
 {
     _stopped = true;
     _bonePoseImagesStore.DequeueNonBlocking();//防止计算线程卡在入队处
     _thread.Join();
 }