DasuThreadFactory

org.eso.ias.dasu.executorthread.DasuThreadFactory
class DasuThreadFactory(dasuId: String) extends ThreadFactory

The thread factory for the DASU

Attributes

Graph
Supertypes
trait ThreadFactory
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def newThread(r: Runnable): Thread

Generate a new thread for the DASU

Generate a new thread for the DASU

Attributes

Definition Classes
ThreadFactory

Concrete fields

val threadGroup: ThreadGroup

The thread group

The thread group

Attributes