scala.sys.ShutdownHookThread
See theShutdownHookThread companion object
class ShutdownHookThread extends Thread
A minimal Thread wrapper to enhance shutdown hooks. It knows how to unregister itself.
Attributes
- Companion
- object
- Source
- ShutdownHookThread.scala
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Attributes
- Source
- ShutdownHookThread.scala
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