Class WorkerThreadFactory

    • Constructor Detail

      • WorkerThreadFactory

        public WorkerThreadFactory​(String namePrefix)
        Creates a new thread factory whose threads will have names using the specified prefix.
        Parameters:
        namePrefix - The prefix for the thread names, may be null or empty to derive the prefix from the caller's simple class name.