RFR JDK-8087113: Websocket API and implementation

Martin Buchholz martinrb at google.com
Sun Apr 10 23:29:35 UTC 2016


On Sun, Apr 10, 2016 at 2:00 PM, Andrej Golovnin
<andrej.golovnin at gmail.com> wrote:
> BTW, someone should describe in the JavaDocs of CompletableFuture#orTimeout()
> what would happen when this method is called multiple times on the same
> CompletableFuture with different arguments.

Hmmm the javadoc seems clear enough to me. CF can only be completed
once.  First to complete wins.


More information about the net-dev mailing list