Closed ssadler closed 10 years ago
Thanks, I'll try this as soon as possible.
I'm thinking, though, that it might be nice to just include it in the Haddock docs instead of linking to a gist. Also, could you comment on your reasoning behind lazyConsume
? Lazy IO is somewhat contrary to strict CPS IO, as implemented by conduit, and some serious warnings apply, especially in conjunction with ResourceT
.
The Conduit example next to mapIter is a little old, this is updated for 1.02. Also includes lazyConsume for added lazyness!