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. data ProcessAction s

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

    The action taken by a process after a handler has run and its updated state. See "Control.Distributed.Process.ManagedProcess.Server.continue" "Control.Distributed.Process.ManagedProcess.Server.timeoutAfter" "Control.Distributed.Process.ManagedProcess.Server.hibernate" "Control.Distributed.Process.ManagedProcess.Server.stop" "Control.Distributed.Process.ManagedProcess.Server.stopWith" Also see "Control.Distributed.Process.Management.Priority.act" and "Control.Distributed.Process.ManagedProcess.Priority.runAfter". And other actions. This type should not be used directly.

  2. ProcessActivity :: GenProcess s () -> ProcessAction s

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

    run the given activity

  3. ProcessBecome :: ProcessDefinition s -> s -> ProcessAction s

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

    changes the current process definition

  4. ProcessContinue :: s -> ProcessAction s

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

    continue with (possibly new) state

  5. data ProcessDefinition s

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

    Stores the functions that determine runtime behaviour in response to incoming messages and a policy for responding to unhandled messages.

  6. ProcessDefinition :: [Dispatcher s] -> [DeferredDispatcher s] -> [ExternDispatcher s] -> [ExitSignalDispatcher s] -> TimeoutHandler s -> ShutdownHandler s -> UnhandledMessagePolicy -> ProcessDefinition s

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

    No documentation available.

  7. ProcessExpression :: GenProcess s (ProcessAction s) -> ProcessAction s

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

    evaluate an expression

  8. ProcessHibernate :: TimeInterval -> s -> ProcessAction s

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

    hibernate for delay

  9. ProcessReject :: String -> ProcessAction s -> ProcessReply r s

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

    No documentation available.

  10. data ProcessReply r s

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

    Returned from handlers for the synchronous call protocol, encapsulates the reply data and the action to take after sending the reply. A handler can return NoReply if they wish to ignore the call.

Page 689 of many | Previous | Next