类 CustomizableThreadFactory

    • 构造器详细资料

      • CustomizableThreadFactory

        public CustomizableThreadFactory()
        Create a new CustomizableThreadFactory with default thread name prefix.
      • CustomizableThreadFactory

        public CustomizableThreadFactory​(String threadNamePrefix)
        Create a new CustomizableThreadFactory with the given thread name prefix.
        参数:
        threadNamePrefix - the prefix to use for the names of newly created threads