Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
distributed-process Control.Distributed.Process Exceptions thrown when a linked process dies
ProcessLinkException :: ProcessId -> DiedReason -> ProcessLinkExceptiondistributed-process Control.Distributed.Process No documentation available.
data
ProcessMonitorNotification distributed-process Control.Distributed.Process Message sent by process monitors
ProcessMonitorNotification :: MonitorRef -> ProcessId -> DiedReason -> ProcessMonitorNotificationdistributed-process Control.Distributed.Process No documentation available.
data
ProcessRegistrationException distributed-process Control.Distributed.Process Exception thrown when a process attempts to register a process under an already-registered name or to unregister a name that hasn't been registered. Returns the name and the identifier of the process that owns it, if any.
ProcessRegistrationException :: String -> !Maybe ProcessId -> ProcessRegistrationExceptiondistributed-process Control.Distributed.Process No documentation available.
data
ProcessTerminationException distributed-process Control.Distributed.Process Thrown by terminate
ProcessTerminationException :: ProcessTerminationExceptiondistributed-process Control.Distributed.Process No documentation available.
module Control.Distributed.Process.Internal.
Primitives Cloud Haskell primitives We define these in a separate module so that we don't have to rely on the closure combinators
-
distributed-process Control.Distributed.Process.Internal.Primitives Internal exception thrown indirectly by exit