Example #1
0
 public void lockInterruptibly() throws InterruptedException {
   sync.acquireInterruptibly(1);
 }