Пример #1
0
 void start() {
   if (started.compareAndSet(false, true)) {
     thread.start();
   }
 }