Example #1
0
 void Worker()
 {
     while (true)
     {
         state.Enqueue(ICadeNative.GetState());
         Thread.Sleep(timeStep);
     }
 }