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.

  1. setAfterBind :: HasAfterBind a => (Socket -> IO ()) -> a -> a

    streaming-commons Data.Streaming.Network

    No documentation available.

  2. setHost :: ByteString -> ClientSettings -> ClientSettings

    streaming-commons Data.Streaming.Network

    No documentation available.

  3. setNeedLocalAddr :: Bool -> ServerSettings -> ServerSettings

    streaming-commons Data.Streaming.Network

    No documentation available.

  4. setPath :: HasPath a => FilePath -> a -> a

    streaming-commons Data.Streaming.Network

    No documentation available.

  5. setPort :: HasPort a => Int -> a -> a

    streaming-commons Data.Streaming.Network

    No documentation available.

  6. setReadBufferSize :: HasReadBufferSize a => Int -> a -> a

    streaming-commons Data.Streaming.Network

    Set buffer size used when reading from socket. Since 0.1.13

  7. setByteArray :: MBA s -> Int -> Int -> Int -> ST s ()

    os-string System.OsString.Data.ByteString.Short.Internal

    No documentation available.

  8. setFromList :: IsSet set => [Element set] -> set

    mono-traversable Data.Containers

    Convert a list to a set.

  9. setToList :: IsSet set => set -> [Element set]

    mono-traversable Data.Containers

    Convert a set to a list.

  10. 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.

Page 48 of many | Previous | Next