ThreadPoolExecutor.onShutdown

Performs any further cleanup following run state transition on invocation of shutdown. A no-op here, but used by ScheduledThreadPoolExecutor to cancel delayed tasks.

class ThreadPoolExecutor
void
onShutdown
()

Meta