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.
setState :: a -> Stateful a b -> Stateful a bmonoid-subclasses Data.Monoid.Instances.Stateful No documentation available.
setNumStripes :: Maybe Int -> PoolConfig a -> PoolConfig aresource-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.
setPoolLabel :: Text -> PoolConfig a -> PoolConfig aresource-pool Data.Pool Assign a label to the pool. The label will appear in a label of the collector thread as well as Resource.
setNumStripes :: Maybe Int -> PoolConfig a -> PoolConfig aresource-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.
setPoolLabel :: Text -> PoolConfig a -> PoolConfig aresource-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.
setNumStripes :: Maybe Int -> PoolConfig a -> PoolConfig aresource-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.
setPoolLabel :: Text -> PoolConfig a -> PoolConfig aresource-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.
setCondition :: SetOpts -> Maybe Conditionhedis Database.Redis No documentation available.
setMilliseconds :: SetOpts -> Maybe Integerhedis Database.Redis No documentation available.
setOpts :: RedisCtx m f => ByteString -> ByteString -> SetOpts -> m (f Status)hedis Database.Redis No documentation available.