Package org.jastacry
Class LayerThreadFactory
- java.lang.Object
-
- org.jastacry.LayerThreadFactory
-
- All Implemented Interfaces:
java.util.concurrent.ThreadFactory
public class LayerThreadFactory extends java.lang.Object implements java.util.concurrent.ThreadFactoryThread factory for better thread naming.SPDX-License-Identifier: MIT
- Author:
- Kai Kretschmann
-
-
Constructor Summary
Constructors Constructor Description LayerThreadFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ThreadnewThread(java.lang.Runnable r)voidsetNumber(int iSuffix)Set name suffix for thread.
-