MarkedThreadFactory

tinyscalautils.threads.MarkedThreadFactory
See theMarkedThreadFactory companion object

A factory of marked threads.

The threads produced by this factory have the MarkedThread marker and are named MarkedThread-<count>.

Attributes

Since

1.0

Companion
object
Source
MarkedThreadFactory.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete 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

Source
MarkedThreadFactory.scala