Closed
Description
openedon Oct 31, 2014
Original issue created by chriss.dev on 2013-03-02 at 12:05 PM
The interface ExecutorService provides the method awaitTermination(long,TimeUnit), it would be nice to have "uninterruptibly" pendats in the Uninterruptibles-class like:
boolean awaitTerminationUninterruptibly(ExecutorService executor,
long timeout,
TimeUnit unit)
//await the termination till the end of all days
void awaitTerminationUninterruptibly(ExecutorService executor)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment