- timeout
- the maximum time to wait
- unit
- the time unit of the timeout argument
Documentation for this section has not yet been entered.
Type Reason Java.Lang.InterruptedException if interrupted while waiting
Blocks until all tasks have completed execution after a shutdown request, or the timeout occurs, or the current thread is interrupted, whichever happens first. Because the commonPool() never terminates until program shutdown, when applied to the common pool, this method is equivalent to ForkJoinPool.awaitQuiescence(long, java.util.concurrent.TimeUnit) but always returns false.