Class ThreadFactoryUtil


  • public class ThreadFactoryUtil
    extends Object
    This class provides support functions for writing a thread factory wrapper
    • Constructor Detail

      • ThreadFactoryUtil

        public ThreadFactoryUtil()
    • Method Detail

      • poolThreadFactory

        public static ThreadFactory poolThreadFactory​(String threadBaseName,
                                                      boolean isDaemon)