Example #1
0
 /** If the selector is waiting, wake it up */
 public void interrupt() {
   selector.wakeup();
 }