Package com.github.fungal.impl
Class FungalThreadFactory
java.lang.Object
com.github.fungal.impl.FungalThreadFactory
- All Implemented Interfaces:
ThreadFactory
The thread factory for Fungal
- Author:
- Jesper Pedersen
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FungalThreadFactory
Constructor- Parameters:
tg- The thread group
-
-
Method Details
-
newThread
Create a new thread- Specified by:
newThreadin interfaceThreadFactory- Parameters:
r- The runnable- Returns:
- The thread
-