Class ThreadPoolManager

java.lang.Object
gaiasky.desktop.concurrent.ThreadPoolManager

public class ThreadPoolManager
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    static java.util.concurrent.ThreadPoolExecutor pool
    The executor service containing the pool
  • Constructor Summary

    Constructors
    Constructor Description
    ThreadPoolManager()  
  • Method Summary

    Modifier and Type Method Description
    static void initialize​(int numThreads)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • pool

      public static java.util.concurrent.ThreadPoolExecutor pool
      The executor service containing the pool
  • Constructor Details

    • ThreadPoolManager

      public ThreadPoolManager()
  • Method Details

    • initialize

      public static void initialize​(int numThreads)