Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. TypeNumber :: Type

    hslua-core HsLua.Core.Types

    type of Lua numbers. See Number

  2. fromNumArgs :: NumArgs -> CInt

    hslua-core HsLua.Core.Types

    No documentation available.

  3. fromNumResults :: NumResults -> CInt

    hslua-core HsLua.Core.Types

    No documentation available.

  4. setNumStripes :: Maybe Int -> PoolConfig a -> PoolConfig a

    resource-pool Data.Pool

    Set the number of stripes in the pool. If set to Nothing (the default value), the pool will create the amount of stripes equal to the number of capabilities. This ensures that threads never compete over access to the same stripe and results in a very good performance in a multi-threaded environment.

  5. poolNumStripes :: PoolConfig a -> !Maybe Int

    resource-pool Data.Pool.Internal

    No documentation available.

  6. setNumStripes :: Maybe Int -> PoolConfig a -> PoolConfig a

    resource-pool Data.Pool.Internal

    Set the number of stripes in the pool. If set to Nothing (the default value), the pool will create the amount of stripes equal to the number of capabilities. This ensures that threads never compete over access to the same stripe and results in a very good performance in a multi-threaded environment.

  7. setNumStripes :: Maybe Int -> PoolConfig a -> PoolConfig a

    resource-pool Data.Pool.Introspection

    Set the number of stripes in the pool. If set to Nothing (the default value), the pool will create the amount of stripes equal to the number of capabilities. This ensures that threads never compete over access to the same stripe and results in a very good performance in a multi-threaded environment.

  8. stripeNumber :: Resource a -> !Int

    resource-pool Data.Pool.Introspection

    No documentation available.

  9. data PortNumber

    network-bsd Network.BSD

    Port number. Use the Num instance (i.e. use a literal) to create a PortNumber value.

    >>> 1 :: PortNumber
    1
    
    >>> read "1" :: PortNumber
    1
    
    >>> show (12345 :: PortNumber)
    "12345"
    
    >>> 50000 < (51000 :: PortNumber)
    True
    
    >>> 50000 < (52000 :: PortNumber)
    True
    
    >>> 50000 + (10000 :: PortNumber)
    60000
    

  10. type ProtocolNumber = CInt

    network-bsd Network.BSD

    Protocol number.

Page 188 of many | Previous | Next