Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. data ProcessMonitorNotification

    distributed-process Control.Distributed.Process

    Message sent by process monitors

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

    distributed-process Control.Distributed.Process

    No documentation available.

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

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

    distributed-process Control.Distributed.Process

    No documentation available.

  5. data ProcessTerminationException

    distributed-process Control.Distributed.Process

    Thrown by terminate

  6. ProcessTerminationException :: ProcessTerminationException

    distributed-process Control.Distributed.Process

    No documentation available.

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

  8. data ProcessExitException

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

    Internal exception thrown indirectly by exit

  9. data ProcessInfo

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

    Provide information about a running process

  10. ProcessInfo :: NodeId -> [String] -> Int -> [(ProcessId, MonitorRef)] -> [ProcessId] -> ProcessInfo

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

    No documentation available.

Page 332 of many | Previous | Next