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.

  1. setHost :: ByteString -> ClientSettings -> ClientSettings

    streaming-commons Data.Streaming.Network

    No documentation available.

  2. setNeedLocalAddr :: Bool -> ServerSettings -> ServerSettings

    streaming-commons Data.Streaming.Network

    No documentation available.

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

    streaming-commons Data.Streaming.Network

    No documentation available.

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

    streaming-commons Data.Streaming.Network

    No documentation available.

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

    streaming-commons Data.Streaming.Network

    Set buffer size used when reading from socket. Since 0.1.13

  6. setVal :: Accessor r a -> a -> r -> r

    data-accessor Data.Accessor

    Set a value of a record field that is specified by an Accessor

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

    mono-traversable Data.Containers

    Convert a list to a set.

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

    mono-traversable Data.Containers

    Convert a set to a list.

  9. setNumStripes :: Maybe Int -> PoolConfig a -> PoolConfig a

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

  10. setNumStripes :: Maybe Int -> PoolConfig a -> PoolConfig a

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

Page 36 of many | Previous | Next