On Sun, Apr 10, 2016 at 2:00 PM, Andrej Golovnin <andrej.golov...@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.