Exemple #1
0
 private void stopThread()
 {
     manazerKola.stopThread();
     thread.Join();
     thread      = null;
     manazerKola = null;
 }
Exemple #2
0
        private void stopThread()
        {
            manazerKola.stopThread();
            RoundGovernor.running = false;

            thread.Join();
            thread      = null;
            manazerKola = null;
        }