| 类 | 说明 |
|---|---|
| ThreadFactoryBuilder |
A ThreadFactory builder, providing any combination of these features:
whether threads should be marked as daemon threads
a naming format
a thread priority
an uncaught exception handler
a backing thread factory
If no backing thread factory is provided, a default backing thread factory is used as if by
calling
setThreadFactory(Executors.defaultThreadFactory()). |