Conduit
This article is a stub. You can help by expanding it.
Conduits are an approach to the streaming data problem. It is meant as an alternative to enumerators/iterators
Links
- Conduit overview by M. Snoyman
- An explanation of conduits. Chapter from the Yesod book.
- An example program (Beginners mailing list)
- wai, a package that uses the conduit package