Пример #1
0
 @Override
 public boolean join(long ms) throws InterruptedException {
   final PumperThread t = thd;
   t.join(ms);
   return !t.isAlive();
 }