This method does not wait for actively executing tasks to terminate. Use {@link #awaitTermination awaitTermination} todo that.
There are no guarantees beyond best-effort attempts to stop processing actively executing tasks. This implementation cancels tasks via {@link Thread#interrupt}, so any task that fails to respond to interrupts may never terminate. @throws SecurityException {@inheritDoc}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|