stm-conduit

Introduces conduits to channels, and promotes using conduits concurrently.

https://github.com/cgaebel/stm-conduit

Version on this page:4.0.1
LTS Haskell 22.14:4.0.1@rev:1
Stackage Nightly 2024-03-28:4.0.1@rev:1
Latest on Hackage:4.0.1@rev:1

See all snapshots stm-conduit appears in

BSD-3-Clause licensed by Clark Gaebel
Maintained by [email protected]
This version can be pinned in stack with:stm-conduit-4.0.1@sha256:71f477c617400fb5bee74557416d7dac17dccea0663ec29bf9ca67b52703637d,2248

Module documentation for 4.0.1

  • Data
    • Data.Conduit
      • Data.Conduit.Async
      • Data.Conduit.TMChan
      • Data.Conduit.TQueue
      • Data.Conduit.Utils

Provides two simple conduit wrappers around STM channels - a source and a sink.