Status Updates From Java Concurrency in Practice
Java Concurrency in Practice by
Status Updates Showing 781-810 of 1,588
Caroline
is on page 167 of 432
Chapter 7 - I've spent surprisingly little time in my career making sure the programs I write are responsive to cancellation. Still, it's interesting to know the intention behind InterruptedException. I have to wonder about the design choice, though, since it forces every program to handle InterruptedException even though many might not care about supporting cancellation. What a pain.
— Feb 15, 2019 04:08PM
Add a comment






