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 ProcessTerminationException

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

    Thrown by terminate

  2. ProcessTerminationException :: ProcessTerminationException

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

    No documentation available.

  3. data PortLinkException

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

    Exception thrown when a linked channel (port) dies

  4. PortLinkException :: SendPortId -> DiedReason -> PortLinkException

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

    No documentation available.

  5. data PortMonitorNotification

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

    Message sent by channel (port) monitors

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

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

    No documentation available.

  7. newtype Process a

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

    The Cloud Haskell Process type

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

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

    No documentation available.

  9. data ProcessExitException

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

    Internal exception thrown indirectly by exit

  10. ProcessExitException :: ProcessId -> Message -> ProcessExitException

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

    No documentation available.

Page 333 of many | Previous | Next