Example #1
0
 public void start() {
   running = true;
   operateThread.start();
   respondThread.start();
 }