ThreadUtil

wvlet.airframe.control.ThreadUtil
object ThreadUtil

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ThreadUtil.type

Members list

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

Value parameters

name

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

Attributes