- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
while (true) {
while (true) {
…
}
…
try {
Thread.sleep(1);
} catch (InterruptedException ex) {
logger.warn("Interrupted");
interrupted = true;
continue;
}
if (interrupted) {
Thread.currentThread().interrupt();
}
}
alopen 10.09.2015 12:42 # 0
Her 10.09.2015 13:09 # 0
guest 11.09.2015 17:04 # 0
bormand 12.09.2015 19:29 # +2
Lure Of Chaos 17.09.2015 18:08 # 0
bormand 17.09.2015 18:11 # 0
Lure Of Chaos 17.09.2015 18:14 # 0