Class StandardThreadPool

    • Constructor Detail

      • StandardThreadPool

        public StandardThreadPool​(int maxThreads)
        Creates a new StandardThreadPool instance
        Parameters:
        maxThreads - The maximum number of threads to use in the associated pool
    • Method Detail

      • stop

        public void stop()
        TODO wont this hang if some tasks are sufficiently badly behaved?