예제 #1
0
파일: Overlord.java 프로젝트: rf/bitster
 /** If the selector is waiting, wake it up */
 public void interrupt() {
   selector.wakeup();
 }