MarkedThread
tinyscalautils.threads.MarkedThread
trait MarkedThread extends Thread
A marker trait for test threads.
This can be used as a cheap alternative to KeepThreadsFactory to keep track of threads created by a factory, as a group.
Attributes
- See also
- Since
-
1.0
- Source
- MarkedThread.scala
- Graph
-
- Supertypes
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- Thread
Attributes
- Inherited from:
- Thread
Attributes
- Inherited from:
- Thread
Attributes
- Inherited from:
- Thread
Attributes
- Inherited from:
- Thread
Attributes
- Inherited from:
- Thread
Attributes
- Inherited from:
- Thread
Attributes
- Inherited from:
- Thread
Attributes
- Inherited from:
- Thread
Deprecated and Inherited methods
@Deprecated(since = "17", forRemoval = true)
Attributes
- Deprecated
- true
- Inherited from:
- Thread
@Deprecated(since = "1.2", forRemoval = true)
Attributes
- Deprecated
- true
- Inherited from:
- Thread
@Deprecated(since = "1.2", forRemoval = true)
Attributes
- Deprecated
- true
- Inherited from:
- Thread
@Deprecated(since = "1.2")
Attributes
- Deprecated
- true
- Inherited from:
- Thread
@Deprecated(since = "1.2", forRemoval = true)
Attributes
- Deprecated
- true
- Inherited from:
- Thread
In this article