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.
setAfterBind :: HasAfterBind a => (Socket -> IO ()) -> a -> astreaming-commons Data.Streaming.Network No documentation available.
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
setByteArray :: MBA s -> Int -> Int -> Int -> ST s ()os-string System.OsString.Data.ByteString.Short.Internal No documentation available.
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 (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.