NamedThreadFactory
play.core.NamedThreadFactory
case class NamedThreadFactory(name: String) extends ThreadFactory
Thread factory that creates threads that are named. Threads will be named with the format:
{name}-{threadNo}
where threadNo is an integer starting from one.
Attributes
- Graph
-
- Supertypes
Members list
In this article