int i = 1000; while(i > 0) { i -= 7; if(this.isAlive != true) { while(true) { Thread.sleep(1); } } } this.life.succeed();
wsp :0