Class JmcThreadPoolExecutor

All Implemented Interfaces:
AutoCloseable, Executor, ExecutorService

public class JmcThreadPoolExecutor extends ThreadPoolExecutor
A thread pool executor that runs tasks in new threads. The thread creation is wrapped with the JmcThreadFactory to create JmcThread instances. Reimplementation of ThreadPoolExecutor