CompletableFuture.orTimeout

Undocumented in source. Be warned that the author may not have intended to support it.
  1. CompletableFuture!(T) orTimeout(Duration timeout)
    class CompletableFuture(T)
    static if(is(T == void))
    orTimeout
    (
    Duration timeout
    )
  2. CompletableFuture!(T) orTimeout(Duration timeout)

Meta