Package com.framed.io.dispatch
Class NamedThreadFactory
java.lang.Object
com.framed.io.dispatch.NamedThreadFactory
- All Implemented Interfaces:
ThreadFactory
A
ThreadFactory that produces daemon threads named <base>-<n>, where
n is an incrementing counter. Used to give dispatcher worker threads stable,
recognizable names.-
Method Summary
-
Method Details
-
newThread
- Specified by:
newThreadin interfaceThreadFactory
-
