Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. confPositionReadMaker :: Config -> PositionReadMaker

    http2 Network.HTTP2.Client

    No documentation available.

  2. confReadN :: Config -> Int -> IO ByteString

    http2 Network.HTTP2.Client

    No documentation available.

  3. cioReadResponse :: ClientIO -> Stream -> IO Response

    http2 Network.HTTP2.Client.Internal

    No documentation available.

  4. confPositionReadMaker :: Config -> PositionReadMaker

    http2 Network.HTTP2.Server

    No documentation available.

  5. confReadN :: Config -> Int -> IO ByteString

    http2 Network.HTTP2.Server

    No documentation available.

  6. sioReadRequest :: ServerIO a -> IO (a, Request)

    http2 Network.HTTP2.Server.Internal

    No documentation available.

  7. data ThreadId#

    ihaskell IHaskellPrelude

    (In a non-concurrent implementation, this can be a singleton type, whose (unique) value is returned by myThreadId#. The other operations can be omitted.)

  8. atomicReadIntArray# :: MutableByteArray# d -> Int# -> State# d -> (# State# d, Int# #)

    ihaskell IHaskellPrelude

    Given an array and an offset in machine words, read an element. The index is assumed to be in bounds. Implies a full memory barrier. Warning: this can fail with an unchecked exception.

  9. atomicReadWordAddr# :: Addr# -> State# d -> (# State# d, Word# #)

    ihaskell IHaskellPrelude

    Given an address, read a machine word. Implies a full memory barrier. Warning: this can fail with an unchecked exception.

  10. getThreadAllocationCounter# :: State# RealWorld -> (# State# RealWorld, Int64# #)

    ihaskell IHaskellPrelude

    Retrieves the allocation counter for the current thread.

Page 710 of many | Previous | Next