Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. DispatchSTM :: STM a -> (s -> a -> Process (ProcessAction s)) -> Match Message -> (forall m . () => (Message -> m) -> Match m) -> ExternDispatcher s

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

    No documentation available.

  2. dispatchStm :: ExternDispatcher s -> s -> a -> Process (ProcessAction s)

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

    No documentation available.

  3. matchAnyStm :: ExternDispatcher s -> forall m . () => (Message -> m) -> Match m

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

    No documentation available.

  4. matchStm :: ExternDispatcher s -> Match Message

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

    No documentation available.

  5. pollSTM :: Async a -> STM (Maybe (Either SomeException a))

    effectful Effectful.Concurrent.Async

    A version of poll that can be used inside an STM transaction.

  6. waitAnyCatchSTM :: [Async a] -> STM (Async a, Either SomeException a)

    effectful Effectful.Concurrent.Async

    A version of waitAnyCatch that can be used inside an STM transaction.

  7. waitAnySTM :: [Async a] -> STM (Async a, a)

    effectful Effectful.Concurrent.Async

    A version of waitAny that can be used inside an STM transaction.

  8. waitBothSTM :: Async a -> Async b -> STM (a, b)

    effectful Effectful.Concurrent.Async

    A version of waitBoth that can be used inside an STM transaction.

  9. waitCatchSTM :: Async a -> STM (Either SomeException a)

    effectful Effectful.Concurrent.Async

    A version of waitCatch that can be used inside an STM transaction.

  10. waitEitherCatchSTM :: Async a -> Async b -> STM (Either (Either SomeException a) (Either SomeException b))

    effectful Effectful.Concurrent.Async

    A version of waitEitherCatch that can be used inside an STM transaction.

Page 91 of many | Previous | Next