Class FixedThreadPool

All Implemented Interfaces:
Thread.UncaughtExceptionHandler, Executor, ExecutorService, MonitoringAware<ThreadPoolProbe>

public class FixedThreadPool extends AbstractThreadPool
Minimalistic fixed thread pool to allow for nice scalability if a good Queue impl is used.
Author:
gustav trede
  • Field Details

  • Constructor Details

  • Method Details

    • execute

      public void execute(Runnable command)