Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
cupcReadAttributes :: Lens' CognitoUserPoolClient (Maybe (ValList Text))stratosphere Stratosphere.Resources.CognitoUserPoolClient AuthenticatedRead :: CannedACLstratosphere Stratosphere.Types No documentation available.
-
stratosphere Stratosphere.Types No documentation available.
-
stratosphere Stratosphere.Types No documentation available.
-
stratosphere Stratosphere.Types No documentation available.
-
stratosphere Stratosphere.Types No documentation available.
boundThreads :: Bool -> Config -> Configstreamly Streamly.Data.Fold.Prelude Spawn bound threads (i.e., spawn threads using forkOS instead of forkIO). The default value is False. Currently, this only takes effect only for concurrent folds.
class Monad m =>
MonadReader r (m :: Type -> Type) | m -> rstreamly Streamly.Data.Stream.MkType See examples in Control.Monad.Reader. Note, the partially applied function type (->) r is a simple reader monad. See the instance declaration below.
maxThreads :: Int -> Config -> Configstreamly Streamly.Data.Stream.Prelude Specify the maximum number of threads that can be spawned by the channel. A value of 0 resets the thread limit to default, a negative value means there is no limit. The default value is 1500. When the actions in a stream are IO bound, having blocking IO calls, this option can be used to control the maximum number of in-flight IO requests. When the actions are CPU bound this option can be used to control the amount of CPU used by the stream.
-
streamly Streamly.Internal.Data.Channel Channel driver throws this exception to all active workers to clean up the channel.