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.

  1. data ProcessLinkException

    distributed-process Control.Distributed.Process

    Exceptions thrown when a linked process dies

  2. ProcessLinkException :: ProcessId -> DiedReason -> ProcessLinkException

    distributed-process Control.Distributed.Process

    No documentation available.

  3. data ProcessMonitorNotification

    distributed-process Control.Distributed.Process

    Message sent by process monitors

  4. ProcessMonitorNotification :: MonitorRef -> ProcessId -> DiedReason -> ProcessMonitorNotification

    distributed-process Control.Distributed.Process

    No documentation available.

  5. 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.

  6. ProcessRegistrationException :: String -> !Maybe ProcessId -> ProcessRegistrationException

    distributed-process Control.Distributed.Process

    No documentation available.

  7. data ProcessTerminationException

    distributed-process Control.Distributed.Process

    Thrown by terminate

  8. ProcessTerminationException :: ProcessTerminationException

    distributed-process Control.Distributed.Process

    No documentation available.

  9. 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

  10. data ProcessExitException

    distributed-process Control.Distributed.Process.Internal.Primitives

    Internal exception thrown indirectly by exit

Page 332 of many | Previous | Next