示例#1
0
 /** wait for the thread to finish */
 public void join() throws InterruptedException {
   sucker.join();
 }