kezhuw/openjdk-completablefuture-interruptedexception
`CompletableFuture.get` could swallow `InterruptedException` if waiting future completes immediately after `Thread.interrupt`
Java
`CompletableFuture.get` could swallow `InterruptedException` if waiting future completes immediately after `Thread.interrupt`
Java