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 ProcessInfo

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

    Provide information about a running process

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

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

    No documentation available.

  3. data ProcessTerminationException

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

    Thrown by terminate

  4. ProcessTerminationException :: ProcessTerminationException

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

    No documentation available.

  5. data PortLinkException

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

    Exception thrown when a linked channel (port) dies

  6. PortLinkException :: SendPortId -> DiedReason -> PortLinkException

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

    No documentation available.

  7. data PortMonitorNotification

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

    Message sent by channel (port) monitors

  8. PortMonitorNotification :: MonitorRef -> SendPortId -> DiedReason -> PortMonitorNotification

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

    No documentation available.

  9. newtype Process a

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

    The Cloud Haskell Process type

  10. Process :: ReaderT LocalProcess IO a -> Process a

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

    No documentation available.

Page 333 of many | Previous | Next