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.
RdKafkaRespErrReadOnly :: RdKafkaRespErrThw-kafka-client Kafka.Consumer No documentation available.
RdKafkaRespErrTopicAlreadyExists :: RdKafkaRespErrThw-kafka-client Kafka.Consumer No documentation available.
RdKafkaRespErrReadOnly :: RdKafkaRespErrThw-kafka-client Kafka.Producer No documentation available.
RdKafkaRespErrTopicAlreadyExists :: RdKafkaRespErrThw-kafka-client Kafka.Producer No documentation available.
qThreadCount :: ImmortalQueue a -> Naturalimmortal-queue Control.Immortal.Queue Number of worker threads to run.
-
io-region Control.IO.Region Region already closed
AlreadyClosed :: AlreadyClosedio-region Control.IO.Region No documentation available.
-
io-region Control.IO.Region Resource already freed
-
io-region Control.IO.Region No documentation available.
tryReadQueue :: Queue a -> IO (Maybe a)kazura-queue Control.Concurrent.KazuraQueue Try to read an item from the Queue. It never blocks. Note: It decreases "length" of Queue even when it returns Nothing. In such case, "length" will be lower than 0.