ThreadUtil

wvlet.airframe.control.ThreadUtil$
object ThreadUtil

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def newDaemonThreadFactory(name: String): ThreadFactory

Create a thread factory for daemon threads, which do not block JVM shutdown

Create a thread factory for daemon threads, which do not block JVM shutdown

Attributes

name

the name of the new thread group. New threds will be named (name)-1, (name)-2, etc.