ShutdownHookThread (original) (raw)
scala.sys.ShutdownHookThread
See theShutdownHookThread companion class
object ShutdownHookThread
Attributes
Companion
Source
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ShutdownHookThread.type
Members list
Value members
Concrete methods
def apply(body: => Unit): ShutdownHookThread
Creates, names, and registers a shutdown hook to run the given code.
Creates, names, and registers a shutdown hook to run the given code.
Attributes
Source