public void get() throws InterruptedException { semaphore.acquire(); display.setFork(identity, true); }
public void put() { semaphore.release(); display.setFork(identity, false); }