Re: CompletableFuture.get() swallows thread interrupt flag on Java 11

Jens Wilke via Concurrency-interest <[email protected]> Thu, 15 Oct 2020 17:02:18 +1000
Newsgroups gmane.comp.java.jsr.166-concurrency
Message-ID <[email protected]>
No. Interruption works.

The problem is triggered when interruption and completion happen at the 
same time.

On 15/10/20 4:23 pm, Alex Otenko wrote:
> Does it reproduce if you remove the line that completes the future?
_______________________________________________
Concurrency-interest mailing list
[email protected]
http://cs.oswego.edu/mailman/listinfo/concurrency-interest