Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. ArchCPUAny :: ArchCPU

    debian Debian.Arch

    No documentation available.

  2. ArchOSAny :: ArchOS

    debian Debian.Arch

    No documentation available.

  3. ArchCPUAny :: ArchCPU

    debian Debian.Relation

    No documentation available.

  4. ArchOSAny :: ArchOS

    debian Debian.Relation

    No documentation available.

  5. waitAny :: Serializable a => [Async a] -> Process (Async a, AsyncResult a)

    distributed-process-async Control.Distributed.Process.Async

    Wait for any of the supplied Asyncs to complete. If multiple Asyncs complete, then the value returned corresponds to the first completed Async in the list. NB: Unlike AsyncChan, Async does not discard its AsyncResult once read, therefore the semantics of this function are different to the former. Specifically, if asyncs = [a1, a2, a3] and (AsyncDone _) = a1 then the remaining a2, a3 will never be returned by waitAny.

  6. waitAnyCancel :: Serializable a => [Async a] -> Process (Async a, AsyncResult a)

    distributed-process-async Control.Distributed.Process.Async

    Like waitAny, but also cancels the other asynchronous operations as soon as one has completed.

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

    distributed-process-async Control.Distributed.Process.Async

    STM version of waitAny.

  8. waitAnyTimeout :: Serializable a => Int -> [Async a] -> Process (Maybe (AsyncResult a))

    distributed-process-async Control.Distributed.Process.Async

    Like waitAny but times out after the specified delay.

  9. newtype Many a

    djot Djot.AST

    No documentation available.

  10. Many :: Seq a -> Many a

    djot Djot.AST

    No documentation available.

Page 192 of many | Previous | Next