Hoogle Search
Within LTS Haskell 24.18 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setHost :: ByteString -> ClientSettings -> ClientSettingsstreaming-commons Data.Streaming.Network No documentation available.
setNeedLocalAddr :: Bool -> ServerSettings -> ServerSettingsstreaming-commons Data.Streaming.Network No documentation available.
setPath :: HasPath a => FilePath -> a -> astreaming-commons Data.Streaming.Network No documentation available.
setPort :: HasPort a => Int -> a -> astreaming-commons Data.Streaming.Network No documentation available.
setReadBufferSize :: HasReadBufferSize a => Int -> a -> astreaming-commons Data.Streaming.Network Set buffer size used when reading from socket. Since 0.1.13
setVal :: Accessor r a -> a -> r -> rdata-accessor Data.Accessor Set a value of a record field that is specified by an Accessor
setFromList :: IsSet set => [Element set] -> setmono-traversable Data.Containers Convert a list to a set.
setToList :: IsSet set => set -> [Element set]mono-traversable Data.Containers Convert a set to a list.
setNumStripes :: Maybe Int -> PoolConfig a -> PoolConfig aresource-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.
setNumStripes :: Maybe Int -> PoolConfig a -> PoolConfig aresource-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.