A sign posted on a broken urinal in my CS building

Submitted By: admin on March 15, 2018

1

0

3203

 A sign posted on a broken urinal in my CS building Source: www.reddit.com

What if flushing takes longer than 700ms? Properly synchronise your threads, folks!

 

while (urinal.smellsLikeDeath()) {

    Flusher flusher = new Flusher();

    flusher.start();

    try {

        flusher.join();

    } catch (InterruptedException e) {

        callMario();

    }

}

- flyx86

Site Comments (0)

Please Signin or Signup to add a comment