MarkedThreadFactory

tinyscalautils.threads.MarkedThreadFactory
See theMarkedThreadFactory companion class

A default marked thread factory.

Attributes

Companion
class
Source
MarkedThreadFactory.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Inherited methods

Creates a new thread. The thread has type MarkedThread and is not started.

Creates a new thread. The thread has type MarkedThread and is not started.

Note: the return type of the method is Thread, not MarkedThread, so that thread factory mixins (KeepThreads, LimitedThreads, etc.) can be used.

Attributes

Inherited from:
MarkedThreadFactory
Source
MarkedThreadFactory.scala