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.

  1. cupcReadAttributes :: Lens' CognitoUserPoolClient (Maybe (ValList Text))

    stratosphere Stratosphere.Resources.CognitoUserPoolClient

    http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-readattributes

  2. AuthenticatedRead :: CannedACL

    stratosphere Stratosphere.Types

    No documentation available.

  3. AwsExecRead :: CannedACL

    stratosphere Stratosphere.Types

    No documentation available.

  4. BucketOwnerRead :: CannedACL

    stratosphere Stratosphere.Types

    No documentation available.

  5. PublicRead :: CannedACL

    stratosphere Stratosphere.Types

    No documentation available.

  6. PublicReadWrite :: CannedACL

    stratosphere Stratosphere.Types

    No documentation available.

  7. boundThreads :: Bool -> Config -> Config

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

  8. class Monad m => MonadReader r (m :: Type -> Type) | m -> r

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

  9. maxThreads :: Int -> Config -> Config

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

  10. data ThreadAbort

    streamly Streamly.Internal.Data.Channel

    Channel driver throws this exception to all active workers to clean up the channel.

Page 822 of many | Previous | Next