Hoogle Search
Within LTS Haskell 24.10 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
conduit Data.Conduit.Internal No documentation available.
-
conduit Data.Conduit.Internal Since 1.0.17
type
StreamConduit i (m :: Type -> Type) o = StreamConduitT i o m ()conduit Data.Conduit.Internal.Fusion No documentation available.
type
StreamConduitT i o (m :: Type -> Type) r = Stream m i () -> Stream m o rconduit Data.Conduit.Internal.Fusion No documentation available.
-
conduit Data.Conduit.Internal.Fusion No documentation available.
-
cereal-conduit Data.Conduit.Cereal.Internal Construct a conduitGet with the specified ErrorHandler
data
CConduit i o (m :: Type -> Type) rstm-conduit Data.Conduit.Async A "concurrent conduit", in which the stages run in parallel with a buffering queue between them.
data
CFConduit i o (m :: Type -> Type) rstm-conduit Data.Conduit.Async A "concurrent conduit", in which the stages run in parallel with a buffering queue and possibly a disk file between them.
runCConduit :: (CRunnable c, RunConstraints c m) => c () Void m r -> m rstm-conduit Data.Conduit.Async Execute a conduit concurrently. This is the concurrent equivalent of runConduit. The underlying monad must always be an instance of MonadUnliftIO. If the conduits is a CFConduit, it must additionally be a in instance of MonadResource.
-
stm-conduit Data.Conduit.TMChan Deprecated: This method will dissapear in the next version.