Hoogle Search
Within Stackage Nightly 2026-06-21 (ghc-9.12.4)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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.
setState :: a -> Stateful a b -> Stateful a bmonoid-subclasses Data.Monoid.Instances.Stateful No documentation available.
setDataInputStreamByteOrder :: (MonadIO m, IsDataInputStream o) => o -> DataStreamByteOrder -> m ()gi-gio GI.Gio.Objects.DataInputStream Set the value of the “byte-order” property. When overloading is enabled, this is equivalent to
set dataInputStream [ #byteOrder := value ]
-
gi-gio GI.Gio.Objects.DataInputStream Set the value of the “newline-type” property. When overloading is enabled, this is equivalent to
set dataInputStream [ #newlineType := value ]
-
gi-gio GI.Gio.Objects.DataOutputStream Set the value of the “byte-order” property. When overloading is enabled, this is equivalent to
set dataOutputStream [ #byteOrder := value ]
setS :: Selector s a -> a -> s -> shxt Data.Function.Selector No documentation available.