cabal-install-3.10.1.0: The command-line interface for Cabal and Hackage.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Distribution.Client.Signal

Synopsis

Documentation

installTerminationHandler :: IO () Source #

Install a signal handler that initiates a controlled shutdown on receiving SIGTERM by throwing an asynchronous exception at the main thread. Must be called from the main thread.

It is a noop on Windows.

data Terminated Source #

Terminated is an asynchronous exception, thrown when SIGTERM is received. It's to kill what UserInterrupt is to Ctrl-C.

Constructors

Terminated