Overview
-
module Async-
module Signals-
class ContextRepresents the execution context that installed a signal handler set.
-
class ControllerCoordinates process-wide signal handlers for multiple consumers.
-
class StateRepresents the active handlers for a single process signal.
-
class RegistrationRepresents an installed set of signal handlers.
-
-
module GracefulInstalls default signal handlers for graceful shutdown.
-
class HandlersRepresents a configurable set of signal handlers.
-
module IgnoreProvides a no-op signal backend.
-
class RegistrationRepresents a no-op signal registration.
-
-
module ForkHookResets inherited signal state in forked children.
-
-