Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. ProcessReply :: r -> ProcessAction s -> ProcessReply r s

    distributed-process-client-server Control.Distributed.Process.ManagedProcess.Internal.Types

    No documentation available.

  2. ProcessSkip :: ProcessAction s

    distributed-process-client-server Control.Distributed.Process.ManagedProcess.Internal.Types

    No documentation available.

  3. data ProcessState s

    distributed-process-client-server Control.Distributed.Process.ManagedProcess.Internal.Types

    Internal state of a prioritised process loop.

  4. ProcessState :: RecvTimeoutPolicy -> ProcessDefinition s -> [DispatchPriority s] -> [DispatchFilter s] -> Delay -> Timer -> TimerMap -> Queue -> s -> ProcessState s

    distributed-process-client-server Control.Distributed.Process.ManagedProcess.Internal.Types

    No documentation available.

  5. ProcessStop :: ExitReason -> ProcessAction s

    distributed-process-client-server Control.Distributed.Process.ManagedProcess.Internal.Types

    stop the process, giving ExitReason

  6. ProcessStopping :: s -> ExitReason -> ProcessAction s

    distributed-process-client-server Control.Distributed.Process.ManagedProcess.Internal.Types

    stop the process with ExitReason, with updated state

  7. ProcessTimeout :: Delay -> s -> ProcessAction s

    distributed-process-client-server Control.Distributed.Process.ManagedProcess.Internal.Types

    timeout if no messages are received

  8. module Control.Distributed.Process.ManagedProcess.Server.Priority

    The Prioritised Server portion of the Managed Process API.

  9. pattern PTR :: TYPE

    dns Network.DNS.Types

    A domain name pointer

  10. data ParseError

    docopt System.Console.Docopt

    The abstract data type ParseError represents parse errors. It provides the source position (SourcePos) of the error and a list of error messages (Message). A ParseError can be returned by the function parse. ParseError is an instance of the Show and Eq classes.

Page 690 of many | Previous | Next