removed awaitTermination and related noise from ExecutorServiceUtil
ExecutorService.shutdownNow returns the list of jobs that never executed, not the list of jobs that didn't terminate.
parent
55602a4e
Please register or sign in to comment
ExecutorService.shutdownNow returns the list of jobs that never executed, not the list of jobs that didn't terminate.