• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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 PortLinkException

    distributed-process Control.Distributed.Process

    Exception thrown when a linked channel (port) dies

  2. PortLinkException :: SendPortId -> DiedReason -> PortLinkException

    distributed-process Control.Distributed.Process

    No documentation available.

  3. data PortMonitorNotification

    distributed-process Control.Distributed.Process

    Message sent by channel (port) monitors

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

    distributed-process Control.Distributed.Process

    No documentation available.

  5. data Process a

    distributed-process Control.Distributed.Process

    The Cloud Haskell Process type

  6. data ProcessId

    distributed-process Control.Distributed.Process

    Process identifier

  7. data ProcessInfo

    distributed-process Control.Distributed.Process

    Provide information about a running process

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

    distributed-process Control.Distributed.Process

    No documentation available.

  9. data ProcessLinkException

    distributed-process Control.Distributed.Process

    Exceptions thrown when a linked process dies

  10. ProcessLinkException :: ProcessId -> DiedReason -> ProcessLinkException

    distributed-process Control.Distributed.Process

    No documentation available.

Page 331 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete