Hoogle Search

Within Stackage Nightly 2025-09-26 (ghc-9.12.2)

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

  1. setState :: a -> Stateful a b -> Stateful a b

    monoid-subclasses Data.Monoid.Instances.Stateful

    No documentation available.

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

    resource-pool Data.Pool

    Set the number of stripes (sub-pools) in the pool. If not explicitly set, the default number of stripes is 1, which should be good for typical use (when in doubt, profile your application first). If set to Nothing, the pool will create the number of stripes equal to the number of capabilities. Note: usage of multiple stripes reduces contention, but can also result in suboptimal use of resources since stripes are separated from each other.

  3. setPoolLabel :: Text -> PoolConfig a -> PoolConfig a

    resource-pool Data.Pool

    Assign a label to the pool. The label will appear in a label of the collector thread as well as Resource.

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

    resource-pool Data.Pool.Internal

    Set the number of stripes (sub-pools) in the pool. If not explicitly set, the default number of stripes is 1, which should be good for typical use (when in doubt, profile your application first). If set to Nothing, the pool will create the number of stripes equal to the number of capabilities. Note: usage of multiple stripes reduces contention, but can also result in suboptimal use of resources since stripes are separated from each other.

  5. setPoolLabel :: Text -> PoolConfig a -> PoolConfig a

    resource-pool Data.Pool.Internal

    Assign a label to the pool. The label will appear in a label of the collector thread as well as Resource.

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

    resource-pool Data.Pool.Introspection

    Set the number of stripes (sub-pools) in the pool. If not explicitly set, the default number of stripes is 1, which should be good for typical use (when in doubt, profile your application first). If set to Nothing, the pool will create the number of stripes equal to the number of capabilities. Note: usage of multiple stripes reduces contention, but can also result in suboptimal use of resources since stripes are separated from each other.

  7. setPoolLabel :: Text -> PoolConfig a -> PoolConfig a

    resource-pool Data.Pool.Introspection

    Assign a label to the pool. The label will appear in a label of the collector thread as well as Resource.

  8. setCondition :: SetOpts -> Maybe Condition

    hedis Database.Redis

    No documentation available.

  9. setMilliseconds :: SetOpts -> Maybe Integer

    hedis Database.Redis

    No documentation available.

  10. setOpts :: RedisCtx m f => ByteString -> ByteString -> SetOpts -> m (f Status)

    hedis Database.Redis

    No documentation available.

Page 38 of many | Previous | Next