Hoogle Search

Within LTS Haskell 22.21 (ghc-9.6.5)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. awaitForever :: Monad m => (i -> ConduitT i o m r) -> ConduitT i o m ()

    conduit Data.Conduit

    Wait for input forever, calling the given inner component for each piece of new input. This function is provided as a convenience for the common pattern of awaiting input, checking if it's Just and then looping. Since 0.5.0

Page 1 of 1