Hoogle Search
Within Stackage Nightly 2025-10-12 (ghc-9.12.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
appendful-persistent Data.Appendful.Persistent Set up a server store in the database. You shouldn't need this. This uses insertKey function and is therefore unsafe.
-
appendful-persistent Data.Appendful.Persistent Setup an unsynced client store You shouldn't need this.
setChunkSize :: forall (m :: Type -> Type) a . Word32 -> Framer m a -> Framer m aattoparsec-framer Data.Attoparsec.Framer Update the chunk size of a Framer.
setOnBadParse :: (Text -> m ()) -> Framer m a -> Framer m aattoparsec-framer Data.Attoparsec.Framer Update the parse error handler of a Framer.
setOnClosed :: m () -> Framer m a -> Framer m aattoparsec-framer Data.Attoparsec.Framer Update the end-of-input handler of a Framer.
setOnFrame :: FrameHandler m frame -> Framer m frame -> Framer m frameattoparsec-framer Data.Attoparsec.Framer Update the FrameHandler of a Framer.
setters :: Logistic t => t ((a -> a) -> t a -> t a)data-functor-logistic Data.Functor.Logistic No documentation available.
setDyn :: Typeable a => DynamicState -> a -> DynamicStatedynamic-state Data.DynamicState No documentation available.
setNumStripes :: Maybe Int -> PoolConfig a -> PoolConfig afaktory Data.Pool.Compat 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 afaktory Data.Pool.Compat Assign a label to the pool. The label will appear in a label of the collector thread as well as Resource.